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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5267 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9c0c21c2
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ newEntity{ base = "TRAP_COMPLEX",
-- Add a lasting map effect
game.level.map:addEffect(self,
self.x, self.y, 5,
engine.DamageType.POISON, self.dam,
engine.DamageType.POISON, {dam=self.dam, power=self.dam},
self.rad,
5, nil,
{type="vapour"},
......
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