Skip to content
Snippets Groups Projects
Commit 5e52d90b authored by prndev's avatar prndev
Browse files

Backwards compatibility update.

FSRepopulationFocus and FSRestart are added, if missing.
parent 3c29e327
Branches
Tags
1 merge request!1283Backwards compatibility update.
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment