Added particle effect when mob dies

This commit is contained in:
TenPlus1 2016-07-21 15:20:14 +01:00
parent 542cb3d474
commit a470ac7cc1
1 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,8 @@ function check_for_death(self)
self.object:remove()
effect(pos, 20, "tnt_smoke.png")
return true
end