From 035b9357715d213d4e700590ac481b7e175ddcb2 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 24 Mar 2019 14:02:28 -0400
Subject: [PATCH] add breaks to FS

---
 src/uncategorized/futureSociety.tw | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw
index b8413588592..13abe5c1e88 100644
--- a/src/uncategorized/futureSociety.tw
+++ b/src/uncategorized/futureSociety.tw
@@ -650,6 +650,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $seePreg != 0>>
 	<<if $arcologies[0].FSRestart == "unset">>
 		<<if $arcologies[0].FSRepopulationFocus != "unset">>
@@ -702,6 +704,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $seeDicks != 0 || $makeDicks == 1>>
 	<<if $arcologies[0].FSGenderFundamentalist == "unset">>
 		<<if $arcologies[0].FSGenderRadicalist != "unset">>
@@ -742,6 +746,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $arcologies[0].FSDegradationist == "unset">>
 	<<if $arcologies[0].FSPaternalist != "unset">>
 		<br>''You are pursuing'' a vision of slave improvement, including slaves' health, mental well-being, and education.
@@ -780,6 +786,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $arcologies[0].FSTransformationFetishist == "unset">>
 	<<if $arcologies[0].FSBodyPurist != "unset">>
 		<br>''You are pursuing'' societal disapproval of implant surgery.
@@ -818,6 +826,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $arcologies[0].FSMaturityPreferentialist == "unset">>
 	<<if $arcologies[0].FSYouthPreferentialist != "unset">>
 		<br>''You are pursuing'' an accentuated societal preference for younger slaves.
@@ -856,6 +866,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $arcologies[0].FSAssetExpansionist == "unset">>
 	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
 		<br>''You are supporting'' enthusiasm for slaves with girlish figures.
@@ -894,6 +906,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $arcologies[0].FSPastoralist != "unset">>
 	<br>''You are pursuing'' societal normalization of slave milking.
 	//<<link "Abandon" "Future Society">><<run FutureSocieties.remove("FSPastoralist")>><<if $assistantFSAppearance == "pastoralist">><<set $assistantFSAppearance = "default">><</if>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
@@ -911,6 +925,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $arcologies[0].FSHedonisticDecadence == "unset">>
 	<<if $arcologies[0].FSPhysicalIdealist != "unset">>
 		<br>''You are pursuing'' societal reverence for the idealized human form, including height, health and muscle.
@@ -949,6 +965,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if $arcologies[0].FSNull == "unset">>
 	<<if $arcologies[0].FSChattelReligionist != "unset">>
 		<br>''You are pursuing'' a new strain of religion that emphasizes the slaveholding portions of religious history.
@@ -968,6 +986,8 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<</if>>
 <</if>>
 
+<br>
+
 <<if ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
 	<<if $arcologies[0].FSRomanRevivalist != "unset">>
 		<br>''You are pursuing'' a vision of a new Rome.
-- 
GitLab