xmas a little harder

This commit is contained in:
Cheese 2015-12-14 15:33:09 +11:00
parent 1073981778
commit f26c31b7ec
2 changed files with 3 additions and 3 deletions

View File

@ -488,7 +488,7 @@ public class Christmas extends SoloGame
}
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");

View File

@ -32,8 +32,8 @@ public class CaveGiant
Host.Host.CreatureAllowOverride = false;
UtilEnt.Vegetate(_ent);
_ent.setMaxHealth(200);
_ent.setHealth(200);
_ent.setMaxHealth(300);
_ent.setHealth(300);
_tpLoc = _ent.getLocation();