#W# Overland animal spawns.

This commit is contained in:
WarrentyExpired 2026-07-29 14:29:13 -04:00
parent 0e3654fcbb
commit aa90c00db5
3 changed files with 157 additions and 50 deletions

View file

@ -135,8 +135,8 @@ namespace Server.Misc
newChar.Female = args.Female;
newChar.Race = Race.Human;
newChar.Hue = newChar.Race.ClipSkinHue( args.Hue & 0x3FFF ) | 0x8000;
newChar.Hunger = 20;
newChar.Thirst = 20;
newChar.Hunger = 100;
newChar.Thirst = 100;
if ( newChar is PlayerMobile )
{
@ -492,4 +492,4 @@ namespace Server.Misc
item.Delete();
}
}
}
}