#W# New characters are created with full hunger and thirst.

This commit is contained in:
WarrentyExpired 2026-08-28 08:38:42 -04:00
parent a8b96a401b
commit cf3ee0092c

View file

@ -165,6 +165,7 @@ namespace Server.Misc
newChar.Hue = newChar.Race.ClipSkinHue( args.Hue & 0x3FFF ) | 0x8000;
newChar.Hunger = 20;
newChar.Thirst = 20;
bool young = false;