xmas a little harder
This commit is contained in:
parent
1073981778
commit
f26c31b7ec
@ -488,7 +488,7 @@ public class Christmas extends SoloGame
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
UtilPlayer.message(player, F.main("Inventory", "An error occured while giving you " + C.cRed + "Winter Chest x2" + C.cGray + "."));
|
UtilPlayer.message(player, F.main("Inventory", "An error occured while giving you " + C.cRed + "2x Winter Holiday Treasure" + C.cGray + "."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, player, "CC Reward 2015");
|
}, player, "CC Reward 2015");
|
||||||
|
@ -32,8 +32,8 @@ public class CaveGiant
|
|||||||
Host.Host.CreatureAllowOverride = false;
|
Host.Host.CreatureAllowOverride = false;
|
||||||
UtilEnt.Vegetate(_ent);
|
UtilEnt.Vegetate(_ent);
|
||||||
|
|
||||||
_ent.setMaxHealth(200);
|
_ent.setMaxHealth(300);
|
||||||
_ent.setHealth(200);
|
_ent.setHealth(300);
|
||||||
|
|
||||||
_tpLoc = _ent.getLocation();
|
_tpLoc = _ent.getLocation();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user