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

Fix Poison Gas Trap

git-svn-id: http://svn.net-core.org/repos/t-engine4@4974 51575b47-30f0-44d4-a5cc-537603b46e54
parent 642bfbb6
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,7 @@ newTalent{
lure_trigger = true,
triggered = function(self, x, y, who)
-- Add a lasting map effect
game.level.map:addEffect(actor,
game.level.map:addEffect(self,
x, y, 4,
engine.DamageType.POISON, {dam=self.dam, apply_power=self.check_hit},
3,
......
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