Cremello appaloosa, not Brown.

This commit is contained in:
SilicaAndPina 2021-02-17 01:05:59 +13:00
parent 83445971e0
commit 8d74757a74

View file

@ -5860,7 +5860,7 @@ namespace HISP.Server
}
if (horseMountInst.Breed.Id == 5) // Appaloosa
{
if (horseMountInst.Color == "brown")
if (horseMountInst.Color == "cremello")
incBy = 12;
}
if (horseMountInst.Breed.Type == "camel")