Added a firework when a mob gets rekt
This commit is contained in:
parent
250e9cff13
commit
d089ffeb30
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user