diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-07-21 15:20:14 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-07-21 15:20:14 +0100 |
commit | a470ac7cc1786c188866ca57d4a0d13e3e8f37d0 (patch) | |
tree | 87ff2cf866a3cb8e7ba074782a0332f5e5055d6e /api.lua | |
parent | 542cb3d474fbb1dd85a1032ca974ed1b767c0d9b (diff) |
Added particle effect when mob dies
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -359,6 +359,8 @@ function check_for_death(self) self.object:remove() + effect(pos, 20, "tnt_smoke.png") + return true end |