This commit is contained in:
Ner'zhul 2015-03-21 16:34:40 +00:00
commit 2165bc86ef

View file

@ -123,7 +123,7 @@ local function entity_physics(pos, radius)
end
local damage = (4 / dist) * radius
obj:set_hp(obj:get_hp() - damage)
obj:apply_damage(damage)
end
end