#W# Overland animal spawns.
This commit is contained in:
parent
0e3654fcbb
commit
aa90c00db5
3 changed files with 157 additions and 50 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue