From 91157b7fcde00b11a66f6cb794af93865623f2c6 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sun, 24 Mar 2019 14:15:16 -0400 Subject: [PATCH] section titles --- src/uncategorized/futureSociety.tw | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw index e23bb088f4f..6a27542cde4 100644 --- a/src/uncategorized/futureSociety.tw +++ b/src/uncategorized/futureSociety.tw @@ -472,6 +472,17 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br> <span id="mass"> +<<if $arcologies[0].FSChattelReligionist != "unset" + || $arcologies[0].FSPastoralist != "unset" + || $arcologies[0].FSRomanRevivalist != "unset" + || $arcologies[0].FSAztecRevivalist != "unset" + || $arcologies[0].FSEgyptianRevivalist != "unset" + || $arcologies[0].FSEdoRevivalist != "unset" + || $arcologies[0].FSDegradationist != "unset" + || $arcologies[0].FSPaternalist != "unset">> +<br>__Names__ +<</if>> + <<if $arcologies[0].FSChattelReligionist != "unset">> <br> <<link "Give all your slaves devotional names">> @@ -482,7 +493,6 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br>Slaves renamed.<br> <</replace>> <</link>> - <br> <</if>> <<if $arcologies[0].FSPastoralist != "unset">> <br> @@ -496,7 +506,6 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br>Slaves renamed.<br> <</replace>> <</link>> - <br> <</if>> <<if $arcologies[0].FSRomanRevivalist != "unset">> <br> @@ -508,7 +517,6 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br>Slaves renamed.<br> <</replace>> <</link>> - <br> <<elseif $arcologies[0].FSAztecRevivalist != "unset">> <br> <<link "Rename all your slaves according to ancient Aztec custom">> @@ -519,7 +527,6 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br>Slaves renamed.<br> <</replace>> <</link>> - <br> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <br> <<link "Rename all your slaves according to ancient Egyptian custom">> @@ -530,7 +537,6 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br>Slaves renamed.<br> <</replace>> <</link>> - <br> <<elseif $arcologies[0].FSEdoRevivalist != "unset">> <br> <<link "Rename all your slaves according to feudal Japanese custom">> @@ -541,7 +547,6 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br>Slaves renamed.<br> <</replace>> <</link>> - <br> <</if>> <<if $arcologies[0].FSDegradationist != "unset">> <br> @@ -553,7 +558,6 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br>Slaves renamed.<br> <</replace>> <</link>> - <br> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> <br> @@ -587,11 +591,13 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <br>Obedient slaves renamed.<br> <</replace>> <</link>> - <br> <</if>> + </span> +<br><br>__Future Societies__ + <<if $arcologies[0].FSSupremacist != "unset">> <br>''You are pursuing'' $arcologies[0].FSSupremacistRace superiority. //<<link "Abandon" "Future Society">><<run FutureSocieties.remove("FSSupremacist")>><<if $assistantFSAppearance == "supremacist">><<set $assistantFSAppearance = "default">><</if>><</link>>//<br> <<FSChangeDecoration "FSSupremacist">> @@ -1182,9 +1188,10 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc <</if>> <</if>> -<br> +<br><br> + +__Facility Redecoration__ -/* FACILITY REDECORATION */ <<if $brothel > 0>> <<run ValidateFacilityDecoration("brothelDecoration")>> <br>$brothelNameCaps is decorated in $brothelDecoration style. -- GitLab