mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
start work on auto sell
This commit is contained in:
parent
adc52f3b35
commit
770f078992
6 changed files with 94 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue