fix money related bugs and crashes.

This commit is contained in:
SilicaAndPina 2021-05-14 11:38:04 +12:00
parent 99d9b401a2
commit e600554555
21 changed files with 151 additions and 83 deletions

View file

@ -143,7 +143,9 @@
},
"bank":{
"deposit_format":"You deposited $%MONEY% into the bank.",
"withdraw_format":"You withdrew $%MONEY% from the bank."
"withdraw_format":"You withdrew $%MONEY% from the bank.",
"cant_hold_that_much":"The bank cannot hold that amount of money for you!",
"cant_withdraw_that_much":"The bank does not condone walking around with over 2.1 billion dollars!"
},
"inn":{
"cant_afford":"You cannot afford that service!",
@ -194,7 +196,8 @@
"brought_5":"You bought 5 %ITEM% for $%PRICE%.",
"brought_25":"You bought 25 %ITEM% for $%PRICE%.",
"sold_1":"You sold a %ITEM% for $%PRICE%.",
"sold_all":"You sold %AMOUNT% %ITEM% for $%PRICE%."
"sold_all":"You sold %AMOUNT% %ITEM% for $%PRICE%.",
"cant_hold_extra_money":"You cannot carry around the extra money this would earn you! (2.1B max)"
},
"tools":{
"binoculars":"You search high and low all around, but find nothing interesting.",
@ -406,7 +409,10 @@
"trade_received":"You received $%MONEY% in the trade.",
"trade_not_allowed_while_bidding":"No trades allowed while you are bidding on a Horse at auction.",
"trade_not_allowed_while_other_is_bidding":"No trades allowed while other player bidding on a Horse at auction."
"trade_not_allowed_while_other_is_bidding":"No trades allowed while other player bidding on a Horse at auction.",
"trade_other_cannot_carry_that_much":"The other player can not carry that much more money",
"trade_you_cannot_carry_that_much":"You would not be able to carry all that money if trade completed. (2.1B max!)",
},
},
"auction":{