From 8d7898c6afa8eb0221cf17a3e96db9b9768981f0 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Fri, 22 May 2020 12:25:39 -0700 Subject: [PATCH] Don't need to delete obsolete globals manually anymore, BC has done it already. --- src/uncategorized/neighborInteract.tw | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index e13e2bbe922..180a4709606 100644 --- a/src/uncategorized/neighborInteract.tw +++ b/src/uncategorized/neighborInteract.tw @@ -1,15 +1,5 @@ :: Neighbor Interact [nobr jump-to-safe jump-from-safe] -<<if def $buyArcologyDirection>> - <<run delete $buyArcologyDirection>> -<</if>> -<<if def $sellArcologyDirection>> - <<run delete $sellArcologyDirection>> -<</if>> -<<if def $transaction>> - <<run delete $transaction>> -<</if>> - <<set $averageProsperity = 0>> <<set _neighboringArcologyCount = 0>> <<for $i = 0; $i < $arcologies.length; $i++>> -- GitLab