some help during boss fight.

This commit is contained in:
Chiss 2013-10-27 00:14:38 +11:00
parent 7eb1cc6519
commit c672e68713
1 changed files with 9 additions and 0 deletions

View File

@ -510,6 +510,9 @@ public class PumpkinKing extends CreatureBase<Skeleton>
//Sound
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
{
@ -596,6 +599,9 @@ public class PumpkinKing extends CreatureBase<Skeleton>
//Target
_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);
//Announce
Host.Announce(C.cAqua + C.Bold + "Kill the Pumpkin King!!!");
//Sound
GetEntity().getWorld().playSound(GetEntity().getLocation(), Sound.WITHER_SPAWN, 10f, 1.5f);