diff --git a/api.lua b/api.lua index 45ab5d7..4ccdda4 100644 --- a/api.lua +++ b/api.lua @@ -359,6 +359,8 @@ function check_for_death(self) self.object:remove() + effect(pos, 20, "tnt_smoke.png") + return true end