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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2105 51575b47-30f0-44d4-a5cc-537603b46e54
parent 33c5b82c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ newEntity{
on_stand = function(self, x, y, who)
local DT = engine.DamageType
local dam = DT:get(DT.FIRE).projector(self, x, y, DT.FIRE, rng.range(self.mindam, self.maxdam))
if dam > 0 then game.logPlayer(who, "The laval burns you!") end
if dam > 0 then game.logPlayer(who, "The lava burns you!") end
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