From d554476502e5e35082fbf4a6ca81123ccb1f4db0 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Sun, 29 Mar 2020 10:33:50 -0700 Subject: [PATCH] Expanding info section. --- src/components/farm/Board.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).

);