Skip to content
Snippets Groups Projects
Commit d668f7dc authored by dg's avatar dg
Browse files

Golem Pound does not affect the alchemist

git-svn-id: http://svn.net-core.org/repos/t-engine4@4385 51575b47-30f0-44d4-a5cc-537603b46e54
parent ccc025a1
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ newTalent{
if is_corner_blocked or game.level.map:checkAllEntities(lx, ly, "block_move", self) then break end
tx, ty = lx, ly
lx, ly, is_corner_blocked = l:step(block_actor)
end
end
self:move(tx, ty, true)
end
......@@ -211,7 +211,7 @@ newTalent{
stamina = 5,
requires_target = true,
target = function(self, t)
return {type="ballbolt", radius=self:getTalentRadius(t), selffire=false, range=self:getTalentRange(t)}
return {type="ballbolt", radius=self:getTalentRadius(t), friendlyfire=false, range=self:getTalentRange(t)}
end,
getGolemDamage = function(self, t)
return self:combatTalentWeaponDamage(t, 0.4, 1.1)
......@@ -243,7 +243,7 @@ newTalent{
if is_corner_blocked or game.level.map:checkAllEntities(lx, ly, "block_move", self) then break end
tx, ty = lx, ly
lx, ly, is_corner_blocked = l:step(block_actor)
end
end
self:move(tx, ty, true)
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