From cf3ee0092c240f9ae469c9ad631ef3e5bee015ed Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 08:38:42 -0400 Subject: [PATCH] #W# New characters are created with full hunger and thirst. --- Scripts/Misc/CharacterCreation.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/Misc/CharacterCreation.cs b/Scripts/Misc/CharacterCreation.cs index bf07678..b61bffb 100644 --- a/Scripts/Misc/CharacterCreation.cs +++ b/Scripts/Misc/CharacterCreation.cs @@ -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;