#W# New characters are created with full hunger and thirst.
This commit is contained in:
parent
a8b96a401b
commit
cf3ee0092c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue