From 5e52d90bf31cb2493af30429087d1750f8d4db04 Mon Sep 17 00:00:00 2001 From: prndev <prndev@users.noreply.github.com> Date: Sun, 7 Jan 2018 18:45:25 +0100 Subject: [PATCH] Backwards compatibility update. FSRepopulationFocus and FSRestart are added, if missing. --- src/uncategorized/BackwardsCompatibility.tw | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 577b8550120..a0a9d3f36f3 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1133,6 +1133,12 @@ <<if ndef $arcologies[0].FSNull>> <<set $arcologies[0].FSNull = "unset">> <</if>> +<<if ndef $arcologies[0].FSRepopulationFocus>> + <<set $arcologies[0].FSRepopulationFocus = "unset">> +<</if>> +<<if ndef $arcologies[0].FSRestart>> + <<set $arcologies[0].FSRestart = "unset">> +<</if>> <<if ndef $arcologies[0].PCminority>> <<set $arcologies[0].PCminority = 0>> <</if>> @@ -1436,6 +1442,12 @@ <<if ndef $arcologies[_bci].FSNull>> <<set $arcologies[_bci].FSNull = "unset">> <</if>> + <<if ndef $arcologies[_bci].FSRepopulationFocus>> + <<set $arcologies[_bci].FSRepopulationFocus = "unset">> + <</if>> + <<if ndef $arcologies[_bci].FSRestart>> + <<set $arcologies[_bci].FSRestart = "unset">> + <</if>> <</for>> Setting missing global variables: -- GitLab