From 0d142826fe5aa687db75f51f834b1f87e4b6082c Mon Sep 17 00:00:00 2001 From: Blank <blank@national.shitposting.agency> Date: Sat, 1 Jun 2019 22:28:34 -0700 Subject: [PATCH] JavaSanityCheckFIxes --- src/uncategorized/neighborInteract.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index 223dbf4bf21..f7df58d8116 100644 --- a/src/uncategorized/neighborInteract.tw +++ b/src/uncategorized/neighborInteract.tw @@ -210,7 +210,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<if $arcologies[_currentNeighbor].PCminority > 0>> <br> <<link "Sell" "Neighbor Interact">> - <<run cashX(_ownershipCost), "war")>> + <<run cashX(_ownershipCost, "war")>> <<set $arcologies[_currentNeighbor].PCminority -= 1>> <<set $arcologies[_currentNeighbor].demandFactor -= 1*2>> <<if $arcologies[_currentNeighbor].government != "your agent" && $arcologies[_currentNeighbor].government != "your trustees" && $arcologies[_currentNeighbor].rival != 1>> @@ -221,7 +221,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</link>> <<if $arcologies[_currentNeighbor].PCminority >= 10>> | <<link "10%" "Neighbor Interact">> - <<run cashX(_ownershipCost*10), "war")>> + <<run cashX(_ownershipCost*10, "war")>> <<set $arcologies[_currentNeighbor].PCminority -= 10>> <<set $arcologies[_currentNeighbor].demandFactor -= 10*2>> <<if $arcologies[_currentNeighbor].government != "your agent" && $arcologies[_currentNeighbor].government != "your trustees" && $arcologies[_currentNeighbor].rival != 1>> -- GitLab