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

silly print

git-svn-id: http://svn.net-core.org/repos/t-engine4@6822 51575b47-30f0-44d4-a5cc-537603b46e54
parent 18c1bf02
No related branches found
No related tags found
No related merge requests found
......@@ -1540,7 +1540,7 @@ function _M:onHeal(value, src)
end
end
print("[HEALING]", self.uid, self.name, "for", value)
-- print("[HEALING]", self.uid, self.name, "for", value)
if not self.resting and value >= 1 and game.level.map.seens(self.x, self.y) then
local sx, sy = game.level.map:getTileToScreen(self.x, self.y)
game.flyers:add(sx, sy, 30, rng.float(-3, -2), (rng.range(0,2)-1) * 0.5, tostring(math.ceil(value)), {255,255,0})
......
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