diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index cc0ee65d6f4d41feccf95515336fd61899d0df0c..f3c4ab2c874d824c06763f8f033bcf5289c9d988 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 1e2510f2148e727c0a5ea649f96e7ed96f4ecf6f..7af350ada5696dd11e79467feb16160b3b7f2385 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>>