From ade9e16c744c1568510e8d0f72663b55907c0126 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Fri, 7 Feb 2020 22:04:16 -0800 Subject: [PATCH] Fixing typo in game asset. --- assets/game/acf/game.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/game/acf/game.scm b/assets/game/acf/game.scm index de16157..d9b0d93 100644 --- a/assets/game/acf/game.scm +++ b/assets/game/acf/game.scm @@ -59,7 +59,7 @@ ((p "Extreme solar winds! Take a trip to the 2nd week of January.") (p "You must forgo your $5,000 year's wages.")) ((p "Weedle worms get in to sprouting Fruit buds. Little you can do.") (p (b "PAY $300 per Fruit acre."))) ((p "Tractor rental bill due. If you don't have a Tractor") (p (b "PAY $3,000."))) - ((p "Rent out your Harvester.") (p (b "If you have your own Harvester you COLLECT $2,000 from every player you doesn't."))) + ((p "Rent out your Harvester.") (p (b "If you have your own Harvester you COLLECT $2,000 from every player who doesn't."))) ((p "You should have paid for a tax person. Planetary Tax Services found errors on your tax return and garnishes your income. For the remainder of the year draw OPERATING EXPENSE cards at Harvest time but do not collect Harvest wages.")) ((p "Your best friend needs cash quick and offers you 10 acres of Hay for just $10,000. It's yours if you can raise the cash.")) ((p "The Planetary Agricultural Council adds a massive tax on Grain to encourage growth of native crops while you are waiting for the rented harvester to trek down the plateau. You take a big hit.") (p (b "If you haven't bought a harvester yet PAY $2,500.")))