Skip to content
Snippets Groups Projects
Commit 9db8aa6d authored by j's avatar j
Browse files

Re-add missing flags and new slave var.

parent 4c2c2fea
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1089Sf content main
...@@ -26,6 +26,8 @@ You should have received a copy of the GNU General Public License along with thi ...@@ -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].assignment = "rest">>
<<set $slaves[_i].assignmentVisible = 1>> <<set $slaves[_i].assignmentVisible = 1>>
<<set $slaves[_i].weekAcquired = 1>> <<set $slaves[_i].weekAcquired = 1>>
<<set $slaves[_i].newGamePlus = 1>>
<<set $slaves[$i].HasBeenAssignedToFacilitySupport = 0>>
<<PMODinit $slaves[_i]>> <<PMODinit $slaves[_i]>>
<<if $slaves[_i].mother > 0>> <<if $slaves[_i].mother > 0>>
<<set $slaves[_i].mother += 1200000>> <<set $slaves[_i].mother += 1200000>>
...@@ -718,6 +720,7 @@ DairyRestraintsSetting($dairyRestraintsSetting) ...@@ -718,6 +720,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
<<set $eliteDead = 0>> <<set $eliteDead = 0>>
<<set $eliteVegetable = 0>> <<set $eliteVegetable = 0>>
<<set $eliteFate = 0>> <<set $eliteFate = 0>>
<<set $swanSong = 0>>
<<set $schoolSuggestion = 0>> <<set $schoolSuggestion = 0>>
<<set $TSS = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>> <<set $TSS = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
...@@ -728,6 +731,7 @@ DairyRestraintsSetting($dairyRestraintsSetting) ...@@ -728,6 +731,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
<<set $TCR = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>> <<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 $TFS = {farmUpgrade: 0, schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
<<set $futaAddiction = 0>> <<set $futaAddiction = 0>>
<<set $HA = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
<<set $IDNumber = 1>> <<set $IDNumber = 1>>
......
...@@ -1924,6 +1924,9 @@ Setting missing global variables: ...@@ -1924,6 +1924,9 @@ Setting missing global variables:
<<if ndef $TFS>> <<if ndef $TFS>>
<<set $TFS = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>> <<set $TFS = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
<</if>> <</if>>
<<if ndef $HA>>
<<set $HA = {schoolUpgrade: 0, schoolPresent: 0, schoolProsperity: 0, subsidize: 0, schoolAnnexed: 0, studentsBought: 0, schoolSale: 0}>>
<</if>>
<<if ndef $assistantName>> <<if ndef $assistantName>>
<<set $assistantName = "your personal assistant">> <<set $assistantName = "your personal assistant">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment