start work on auto sell

This commit is contained in:
SilicaAndPina 2021-03-20 16:48:44 +13:00
parent adc52f3b35
commit 770f078992
6 changed files with 94 additions and 4 deletions

View file

@ -2325,10 +2325,16 @@ namespace HISP.Game
message += Messages.R1;
}
}
else
{
if (horse.AutoSell > 0)
message += Messages.FormatAutoSellOthers(horse.AutoSell);
}
if (horse.Leaser == 0)
{
if (isMyHorse)
message += Messages.FormatHorseCategory(horse.Category, Messages.HorseMarkAsCategory);
else