mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-04 04:47:09 +12:00
fix money duplication T-t
This commit is contained in:
parent
d4f2d8f69e
commit
8c43129303
4 changed files with 19 additions and 13 deletions
|
@ -239,8 +239,14 @@
|
|||
"cannot_improve":"^I258^T9This groomer cannot improve this horse's groom.^R1",
|
||||
},
|
||||
"farrier":{
|
||||
"shoes_total":"^LYour horse %HORSENAME%: shoes currently %TOTAL%/%MAX%^R1",
|
||||
"current_shoes":"^LYour horse %HORSENAME%: shoes currently %TOTAL%/%MAX%^R1",
|
||||
"apply_iron":"^I255^T6Apply Iron Shoe for $%PRICE% (%INCBY%)^B3JI%HORSERANDOMID%^R1",
|
||||
"apply_steel":"^I256^T6Apply Steel Shoe for $%PRICE% (%INCBY%)^B3JS%HORSERANDOMID%^R1",
|
||||
|
||||
"put_on_steel_shoes":"Your horse has had new Steel Horseshoes put on. Now shoes=%TOTAL%/%MAX%.",
|
||||
"put_on_iron_shoes":"Your horse has had new Iron Horseshoes put on. Now shoes=%TOTAL%/%MAX%.",
|
||||
"put_on_steel_all":"All your horses have had new Steel Horseshoes put on. Now shoes=%TOTAL%/%MAX%.",
|
||||
"cant_afford_farrier":"You cannot afford the farrier's service!"
|
||||
},
|
||||
"vet":{
|
||||
"service_horse":"^LYour horse %HORSENAME%: health currently %CURHEALTH%/%MAXHEALTH%^R1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue