From 017d90ca90cf18fa022b00355d247692ce80a0b5 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Mon, 3 Dec 2018 22:04:32 -0500 Subject: [PATCH] Fix --- src/uncategorized/BackwardsCompatibility.tw | 6 +++++- src/uncategorized/neighborsDevelopment.tw | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index cc0ee65d6f4..f3c4ab2c874 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -2899,6 +2899,7 @@ Setting missing global variables: <<if ndef $antiWeatherFreeze>> <<set $antiWeatherFreeze = 0>> <</if>> +<<set $visitors = Number($visitors) || 0>> <<run ArcologyDatatypeCleanup()>> @@ -3716,4 +3717,7 @@ Done! <</if>> <<if ndef $abbreviateHormoneBalance>> <<set $abbreviateHormoneBalance = 2>> -<</if>> \ No newline at end of file +<</if>> + +/* reset NaNArray afterward BC is run */ +<<set $NaNArray = findNaN()>> diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 1e2510f2148..7af350ada56 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -1046,7 +1046,7 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol <<set $corpCash += _corpBonus>> <<elseif $surgicalUpgradeGenitalia == "fucknugget">> It's a @@.lightgreen;good market@@ for your corporation's ex-human sex toys, improving sales and helping social progress. - <<set $arcologies[$i].FSTransformationFetishist += 1>> + <<set $arcologies[$i].FSDegradationist += 1>> <<set $corpCash += _corpBonus>> <</if>> <</if>> -- GitLab