diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index 223dbf4bf212532a12dc18ac342a3ad3dd0f656b..f7df58d81160b05b109246f1fec9829e5bda4354 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>>