From 9db8aa6da05aad52a29ed36193425164c9ca4b32 Mon Sep 17 00:00:00 2001
From: j <okp57855@psoxs.com>
Date: Tue, 5 Dec 2017 03:49:34 +1300
Subject: [PATCH] Re-add missing flags and new slave var.

---
 src/init/storyInit.tw                       | 4 ++++
 src/uncategorized/BackwardsCompatibility.tw | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index d0cae6a69a8..40a5550036f 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 0e6f234d31d..9915643472a 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">>
-- 
GitLab