mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
DERP! Fix color changing bug and cap mood/basic stats
This commit is contained in:
parent
168d534381
commit
c2c2db6b84
16 changed files with 404 additions and 3545 deletions
|
@ -57,10 +57,10 @@ namespace HISP.Game.Horse
|
|||
magicUsed = loadMagicUsed;
|
||||
leaseTime = leaseTimer;
|
||||
hidden = loadHidden;
|
||||
if(color != null)
|
||||
if(loadColor != null)
|
||||
color = loadColor;
|
||||
else
|
||||
color = breed.Colors[GameServer.RandomNumberGenerator.Next(0, breed.Colors.Length)];
|
||||
color = breed.Colors[GameServer.RandomNumberGenerator.Next(0, breed.Colors.Length)];
|
||||
Leaser = 0;
|
||||
}
|
||||
public int Leaser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue