some help during boss fight.

This commit is contained in:
Chiss 2013-10-27 00:14:38 +11:00
parent 7eb1cc6519
commit c672e68713

View File

@ -510,6 +510,9 @@ public class PumpkinKing extends CreatureBase<Skeleton>
//Sound //Sound
GetEntity().getWorld().playSound(GetEntity().getLocation(), Sound.WITHER_HURT, 10f, 1.5f); GetEntity().getWorld().playSound(GetEntity().getLocation(), Sound.WITHER_HURT, 10f, 1.5f);
if (GetEntity().getTicksLived() > 100)
Host.Announce(C.cAqua + C.Bold + "Flame Shield has regenerated!");
} }
else else
{ {
@ -596,6 +599,9 @@ public class PumpkinKing extends CreatureBase<Skeleton>
//Target //Target
_minionTargets.put(minion, GetRandomPlayer()); _minionTargets.put(minion, GetRandomPlayer());
//Announce
Host.Announce(C.cAqua + C.Bold + "Kill the Pumpkin Minions!");
} }
} }
} }
@ -668,6 +674,9 @@ public class PumpkinKing extends CreatureBase<Skeleton>
{ {
SetState(4); SetState(4);
//Announce
Host.Announce(C.cAqua + C.Bold + "Kill the Pumpkin King!!!");
//Sound //Sound
GetEntity().getWorld().playSound(GetEntity().getLocation(), Sound.WITHER_SPAWN, 10f, 1.5f); GetEntity().getWorld().playSound(GetEntity().getLocation(), Sound.WITHER_SPAWN, 10f, 1.5f);