Added a firework when a mob gets rekt

This commit is contained in:
Mysticate 2015-09-30 18:48:45 -04:00
parent 250e9cff13
commit d089ffeb30

View File

@ -114,5 +114,7 @@ public class PerkRepulsor extends Perk
{ {
_launched.remove(en); _launched.remove(en);
en.remove(); en.remove();
UtilFirework.launchFirework(en.getLocation(), Type.BALL, Color.BLACK, false, false, null, 0);
} }
} }