Skip to content
Snippets Groups Projects
Commit 1479bfeb authored by Eric Wykoff's avatar Eric Wykoff
Browse files

removed redundant code

parent 1b4d7b68
No related branches found
No related tags found
1 merge request!102Fix ice wall
......@@ -131,10 +131,6 @@ newTalent{
getIceDamage = function(self, t) return self:combatTalentMindDamage(t, 3, 15) end,
getIceRadius = function(self, t) return math.floor(self:combatTalentScale(t, 1, 2)) end,
action = function(self, t)
local halflength = math.floor(t.getLength(self,t)/2)
local block = function(_, lx, ly)
return game.level.map:checkAllEntities(lx, ly, "block_move")
end
local tg = self:getTalentTarget(t)
local x, y = self:getTarget(tg)
if not x or not y then return nil end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment