diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index d0cae6a69a844ac7272f4283a5c450952b5270fe..40a5550036f61cff8f9d5583cb1b2e9234bf318e 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -26,6 +26,8 @@ You should have received a copy of the GNU General Public License along with thi
 		<<set $slaves[_i].assignment = "rest">>
 		<<set $slaves[_i].assignmentVisible = 1>>
 		<<set $slaves[_i].weekAcquired = 1>>
+		<<set $slaves[_i].newGamePlus = 1>>
+		<<set $slaves[$i].HasBeenAssignedToFacilitySupport = 0>>
 		<<PMODinit $slaves[_i]>>
 		<<if $slaves[_i].mother > 0>>
 			<<set $slaves[_i].mother += 1200000>>
@@ -718,6 +720,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 <<set $eliteDead = 0>>
 <<set $eliteVegetable = 0>>
 <<set $eliteFate = 0>>
+<<set $swanSong = 0>>
 
 <<set $schoolSuggestion = 0>>
 <<set $TSS = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
@@ -728,6 +731,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 <<set $TCR = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
 <<set $TFS = {farmUpgrade: 0, schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
 <<set $futaAddiction = 0>>
+<<set $HA = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
 
 <<set $IDNumber = 1>>
 
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 0e6f234d31de4b8101ff47efc229dbb25d90e9d4..9915643472ac942e40642c725a5f9050491b7aa7 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -1924,6 +1924,9 @@ Setting missing global variables:
 <<if ndef $TFS>>
 	<<set $TFS = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
 <</if>>
+<<if ndef $HA>>
+	<<set $HA = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
+<</if>>
 
 <<if ndef $assistantName>>
 	<<set $assistantName = "your personal assistant">>