From 82b87a58b15fe5d54a111d28ab9012a87a8210c0 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Sun, 1 Jul 2018 01:24:11 -0400 Subject: [PATCH] Possible hostage fix --- src/init/storyInit.tw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 1acce9b7a6d..507711362ab 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -389,7 +389,7 @@ You should have received a copy of the GNU General Public License along with thi <<set $customRetirementAge = 45>> <<set $FSCreditCount = 5>> <<set $FSCreditCountString = "five">> - + <<include "Init Rules">> <<else>> /* imported save (NG+) */ @@ -440,6 +440,7 @@ You should have received a copy of the GNU General Public License along with thi <<set $daughtersVictory = 0>> <<set $startingGirlCopied = 0, $startingGirlRelation = 0>> <<set $archetyped = 0>> +<<set $createRelatedSlave = 0>> <<set $slavesVisible = 0>> <<set $dormitory = 20>> -- GitLab