xmas
This commit is contained in:
parent
42244ae798
commit
c34ac3ec52
@ -475,7 +475,7 @@ public class Christmas extends SoloGame
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
SetCustomWinMessage(player, "You earned " + C.cYellow + "Winter Chest x2");
|
SetCustomWinMessage(player, "You earned " + C.cYellow + "2x Winter Holiday Treasure");
|
||||||
|
|
||||||
Manager.GetTaskManager().completedTask(new Callback<Boolean>()
|
Manager.GetTaskManager().completedTask(new Callback<Boolean>()
|
||||||
{
|
{
|
||||||
|
@ -49,8 +49,8 @@ public class SnowmanBoss
|
|||||||
_minions.add(new SnowmanMinion(_spawn.getWorld().spawn(_spawn, Snowman.class)));
|
_minions.add(new SnowmanMinion(_spawn.getWorld().spawn(_spawn, Snowman.class)));
|
||||||
|
|
||||||
_heart = _spawn.getWorld().spawn(_spawn, IronGolem.class);
|
_heart = _spawn.getWorld().spawn(_spawn, IronGolem.class);
|
||||||
_heart.setMaxHealth(1000);
|
_heart.setMaxHealth(1400);
|
||||||
_heart.setHealth(1000);
|
_heart.setHealth(1400);
|
||||||
UtilEnt.Vegetate(_heart);
|
UtilEnt.Vegetate(_heart);
|
||||||
|
|
||||||
Host.CreatureAllowOverride = false;
|
Host.CreatureAllowOverride = false;
|
||||||
|
@ -254,7 +254,7 @@ public class SnowmanMaze
|
|||||||
//Spawn
|
//Spawn
|
||||||
if (!Host.GetSleigh().HasPresent(_present))
|
if (!Host.GetSleigh().HasPresent(_present))
|
||||||
{
|
{
|
||||||
while (_ents.size() < 36)
|
while (_ents.size() < 44)
|
||||||
{
|
{
|
||||||
Location loc = UtilAlg.Random(_spawns);
|
Location loc = UtilAlg.Random(_spawns);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user