diff --git a/src/components/farm/Board.jsx b/src/components/farm/Board.jsx index d281353..4f7a5e0 100644 --- a/src/components/farm/Board.jsx +++ b/src/components/farm/Board.jsx @@ -596,7 +596,7 @@ class Loans extends React.Component { $: - {'\u00A0'}K / ${this.state.maxLoan / 1000}K + {'\u00A0'}K / ${Math.floor(this.state.maxLoan / 1000)}K @@ -1421,8 +1421,8 @@ class Info extends React.Component { {this.props.harvestTable ? () : (<>)}

After a harvest an Operating Expense is drawn.

Purchashing

-

To increase harvest amounts new assets must be bought. This is done via {itemCard} cards. Click on , select the card for the asset you wish to purchase, and enter the amount of cash you desire to spend to purchace the selected asset. The remainder will be taken out in debit, if available.

-

Purchashing may only take places on Purchashing spaces (Christmas - Spring Celebration).

+

To increase harvest amounts new assets must be bought. This is done via {itemCard} cards. Click on , select the card for the asset you wish to purchase, and enter the amount of cash you desire to spend to purchase the selected asset. The remainder will be taken out in debit, if available.

+

Purchashing may only take place on Purchashing spaces (Christmas - Spring Celebration).

);