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
1 changed files with 2 additions and 0 deletions

View File

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