mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
Cremello appaloosa, not Brown.
This commit is contained in:
parent
83445971e0
commit
8d74757a74
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue