From f0a4dd7f0c13cfbf9d314e8371b8cbda3dc770bd Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Fri, 21 Dec 2018 09:58:43 -0500
Subject: [PATCH] Removed unused variable

---
 src/init/storyInit.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 8c8c66258a1..d0e522f2286 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -178,7 +178,7 @@ You should have received a copy of the GNU General Public License along with thi
 <</if>>
 
 <<set $organs = []>>
-<<set $ArcadeiIDs = [], $BrothiIDs = [], $CellBiIDs = [], $CliniciIDs = [], $ClubiIDs = [], $DairyiIDs = [], $FarmyardiIDs = [], $ZooiIDs = [], $HGSuiteiIDs = [], $MastSiIDs = [], $SchlRiIDs = [], $PreSchiIDs = [], $ServQiIDs = [], $SpaiIDs = [], $NurseryiIDs = []>>
+<<set $ArcadeiIDs = [], $BrothiIDs = [], $CellBiIDs = [], $CliniciIDs = [], $ClubiIDs = [], $DairyiIDs = [], $FarmyardiIDs = [], $ZooiIDs = [], $HGSuiteiIDs = [], $MastSiIDs = [], $SchlRiIDs = [], $ServQiIDs = [], $SpaiIDs = [], $NurseryiIDs = []>>
 
 <<if ndef $saveImported>>
 	<<set $saveImported = 0>>
-- 
GitLab