DERP! Fix color changing bug and cap mood/basic stats

This commit is contained in:
SilicaAndPina 2021-06-27 21:07:20 +12:00
parent 168d534381
commit c2c2db6b84
16 changed files with 404 additions and 3545 deletions

View file

@ -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;