mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-16 12:07:07 +12:00
dont allow to go over max hroses
This commit is contained in:
parent
2947e7f1c7
commit
6d3abac89a
6 changed files with 27 additions and 5 deletions
|
@ -137,7 +137,7 @@
|
|||
"horse_timer":"You have 60 seconds to capture the horse. Good luck!",
|
||||
"horse_escaped":"The Horse Evaded Capture.",
|
||||
"hore_caught":"You Captured the Horse!",
|
||||
|
||||
"too_many_horses":"You cannot manage any more horses.",
|
||||
"horses_menu":"^ATYour Horses^H<B>You can have up to %MAXHORSE% horses. Here are your %TOTALHORSE%:</B><BR>",
|
||||
"update_category":"Horse set as %CATEGORY%",
|
||||
"horse_format":"^I252^T7#%NUMB%: %NAME% (%BREED%) ^B3L%ID%^R1",
|
||||
|
@ -587,10 +587,11 @@
|
|||
},
|
||||
"horses":{
|
||||
"categorys":[
|
||||
{"name":"LEASED","message":"^LLEASED - Horses only temporarily cared for, limited use:^R1"},
|
||||
{"name":"KEEPER","message":"^LKEEPERS - Horses I would not sell for any price:^R1"},
|
||||
{"name":"TRAINING","message":"^LTRAINING - Horses I am actively training and competing with:^R1"},
|
||||
{"name":"TRADING","message":"^LTRADING - Horses I am trading or auctioning:^R1"},
|
||||
{"name":"RETIRED","message":"^LRETIRED - Horses that are still special to me but not used:^R1"},
|
||||
{"name":"RETIRED","message":"^LRETIRED - Horses that are still special to me but not used:^R1"}
|
||||
],
|
||||
"breeds":[
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue