From a8330fb6b701a70de2f643960ae1882a4ec2723f Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 10 Jul 2017 22:47:53 -0400
Subject: [PATCH] Player birth fixes and more new law.

---
 src/pregmod/sePlayerBirth.tw             |  8 +++++-
 src/uncategorized/RESS.tw                |  2 +-
 src/uncategorized/arcologyDescription.tw | 24 +++++++++++++----
 src/uncategorized/newSlaveIntro.tw       |  2 +-
 src/uncategorized/policies.tw            | 34 +++++++++++++++---------
 5 files changed, 50 insertions(+), 20 deletions(-)

diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 5524ba93408..40216755f87 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -85,7 +85,12 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		<br>
 		You awake some time later in the remote surgery, your stomach extremely sore; you quickly realize you're no longer round with child. As you try to rise, $Bodyguard.slaveName stops you; she hefts you into a bridal carry and takes you to a recovery room, before gently placing you into a warm bed, tucking you in, and hurrying out of the room. Before you can call out, she returns carrying @@.lime;your baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@ in her arms.
 	<<elseif $HeadGirl != 0>>
-		You keep pushing and pushing, but your child is not coming out.<<if $Concubine != 0>> $Concubine.slaveName shifts to massaging your gravid middle<<if canTalk($Concubine)>>, while whispering words of encouragement into your ear<</if>>. She begins to worry as her lover weakens in front of her. $HeadGirl.slaveName quickly pulls her to her feet and orders her to help her carry you to the remote surgery<<if !canWalk($Concubine)>>; in her rush, she completely forgot <<if tooBigBreasts($Concubine)>>$Concubine.slaveName's breasts have her pinned to the bed<<elseif tooBigBelly($Concubine)>>$Concubine.slaveName's pregnancy renders her immobile<<elseif tooBigDick($Concubine)>>$Concubine.slaveName can't walk with a dick that big<<elseif tooBigButt($Concubine)>>$Concubine.slaveName's butt pins her to the bed<<elseif tooBigBalls($Concubine)>>$Concubine.slaveName's balls act as a giant anchor<<elseif tooFatSlave($Concubine)>>$Concubine.slaveName is so fat, the bed is her home now<<else>>$Concubine.slaveName can't walk<</if>>.<<else>> $HeadGirl.slaveName notices your distress and carries you to the remote surgery.<</if>>
+		You keep pushing and pushing, but your child is not coming out.
+		<<if $Concubine != 0>>
+			$Concubine.slaveName shifts to massaging your gravid middle<<if canTalk($Concubine)>>, while whispering words of encouragement into your ear<</if>>. She begins to worry as her lover weakens in front of her. $HeadGirl.slaveName quickly pulls her to her feet and orders her to help her carry you to the remote surgery<<if !canWalk($Concubine)>>; in her rush, she completely forgot <<if tooBigBreasts($Concubine)>>$Concubine.slaveName's breasts have her pinned to the bed<<elseif tooBigBelly($Concubine)>>$Concubine.slaveName's pregnancy renders her immobile<<elseif tooBigDick($Concubine)>>$Concubine.slaveName can't walk with a dick that big<<elseif tooBigButt($Concubine)>>$Concubine.slaveName's butt pins her to the bed<<elseif tooBigBalls($Concubine)>>$Concubine.slaveName's balls act as a giant anchor<<elseif tooFatSlave($Concubine)>>$Concubine.slaveName is so fat, the bed is her home now<<else>>$Concubine.slaveName can't walk<</if>><</if>>.
+		<<else>>
+			$HeadGirl.slaveName notices your distress and carries you to the remote surgery.
+		<</if>>
 		<br>
 		<br>
 		You awake some time later in a recovery room<<if $Concubine != 0>>, $Concubine.slaveName beside you<</if>>, your stomach extremely sore; a quick glance at the prominent scar tells you everything you need to know. Seeing you're awake, $HeadGirl.slaveName catches your attention. In her arms is @@.lime;your baby <<if $babyGender == 1>>girl<<else>>boy<</if>>@@, <<if $HeadGirl.lactation > 0>>happily nursing from her breast, <</if>>alive and well.
@@ -113,6 +118,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		<</if>>
 	<<else>>
 		You keep pushing and pushing, but your child is not coming out. @@.red;Something is wrong,@@ but you keep persisting.
+		<<set _gaveBirth = 1>>
 		<<set $gameover = "birth complications", $nextButton = "Have to keep trying!", $nextLink = "Gameover">>
 	<</if>>
 <<else>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 27ddfd549ac..80d242829a6 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -845,7 +845,7 @@ At your <<if canSee($activeSlave)>>nod<<else>>acknowledgement<</if>>, she
   "- may I have a do<<s>>e of lip enhan<<c>>ement? I want everyone to want to fuck my fa<<c>>epu<<ss>>y."
   <<set $seed = "lips">>
 <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 65) && ($activeSlave.lips <= 70)>>
-  "- may I have a dothe of boob growth drug<<s>>? Nothing get<<s>> a cute boy hard like a big pair of boobie<<s>>."
+  "- may I have a do<<s>>e of boob growth drug<<s>>? Nothing get<<s>> a cute boy hard like a big pair of boobie<<s>>."
   <<set $seed = "boobs">>
 <<elseif ($arcologies[0].FSGenderRadicalist > 0) && ($activeSlave.dick > 1)>>
   "- may I have a big do<<s>>e of hormone<<s>> to <<s>>hrink my dick? I ju<<s>>t want to become the be<<s>>t little girl I can be, <<Master>>, I don't want anything di<<s>>tracting anyone from my rear pu<<ss>>y."
diff --git a/src/uncategorized/arcologyDescription.tw b/src/uncategorized/arcologyDescription.tw
index 7a92f6a1a64..9690d122b12 100644
--- a/src/uncategorized/arcologyDescription.tw
+++ b/src/uncategorized/arcologyDescription.tw
@@ -99,7 +99,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 	<<if $arcologies[0].FSPhysicalIdealistDecoration == 100>>
 	Both the central
 	<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>>
-	and the slaves are very muscular.
+	and the slaves are <<if $arcologies[0].FSPhysicalIdealistLaw == 1>>quite fit<<else>>very muscular<</if>>.
 	<</if>>
 	<<if $arcologies[0].FSHedonisticDecadenceDecoration == 100>>
 	The central
@@ -203,7 +203,12 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 	Some are showing informational agricultural programs interspersed with pornography starring slaves who are lactating heavily, hugely pregnant, or often both.
 	<</if>>
 	<<if $arcologies[0].FSPhysicalIdealistDecoration >= 40>>
-	Some are showing bodybuilding competitions, advertisements for supplements, and pornography starring hugely muscular slaves.
+		Some are showing
+		<<if $arcologies[0].FSPhysicalIdealistLaw == 1>>
+			athletic competitions, advertisements for supplements, and pornography starring physically fit slaves.
+		<<else>>
+			bodybuilding competitions, advertisements for supplements, and pornography starring hugely muscular slaves.
+		<</if>>
 	<</if>>
 	<<if $arcologies[0].FSHedonisticDecadenceDecoration >= 40>>
 	Some are showing pampering spas, advertisements for various eateries, and pornography starring corpulent slaves and food.
@@ -381,7 +386,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 	Some feature respectful portraits of society's finest.
 	<</if>>
 	<<if $arcologies[0].FSBodyPuristDecoration >= 60>>
-	Some feature athletic portraits of the nude bodies of some of the arcology's fastest, strongest, and healthiest girls.
+	Some feature portraits of pristine nude bodies without a blemish or marking.
 	<</if>>
 	<<if $arcologies[0].FSTransformationFetishistDecoration >= 60>>
 	Some depict sex featuring some of the arcology's most heavily implanted slaves.
@@ -402,7 +407,12 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 	Some feature prizewinning cows.
 	<</if>>
 	<<if $arcologies[0].FSPhysicalIdealistDecoration >= 60>>
-	Some feature some of the arcology's most swole ladies.
+		Some feature
+		<<if $arcologies[0].FSPhysicalIdealistLaw == 1>>
+			athletic portraits of the arcology's fastest, strongest, and healthiest girls.
+		<<else>>
+			some of the arcology's most swole ladies.
+		<</if>>
 	<</if>>
 	<<if $arcologies[0].FSHedonisticDecadenceDecoration >= 60>>
 	Many feature the most popular entertainment options your arcology has to offer.
@@ -472,7 +482,11 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 	Many of them can offer visitors a sample of $arcologies[0].name's pride and joy, straight from the nipple.
 	<</if>>
 	<<if $arcologies[0].FSPhysicalIdealistDecoration >= 80>>
-	Their musculature is uniformly stunning. Swole acceptance is high here.
+		<<if $arcologies[0].FSFitLaw == 1>>
+			Their bodies are uniformly fit and healthy<<if $arcologies[0].FSRomanRevivalist > 0>> in the hellenistic tradition<</if>>.
+		<<else>>
+			Their musculature is uniformly stunning. Swole acceptance is high here.
+		<</if>>
 	<</if>>
 	<<if $arcologies[0].FSHedonisticDecadenceDecoration >= 80>>
 	Most are quite plush and often carry trays for visitors to sample the local pleasures.
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 171d8cb4903..a2e4944f2de 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -1433,7 +1433,7 @@ The legalities completed, ''__@@.pink;$activeSlave.slaveName@@__'' <<if ($active
 		<<replace "#introResult">>
 			You aggressively approach $activeSlave.slaveName, forcing your pregnancy directly into her <<if $activeSlave.height > 175>>stomach<<elseif $activeSlave.height < 155>>face<<else>>chest<</if>> until she has no choice but to be pushed to the ground. Standing over her, staring her down as she peeks around your firm globe of a middle, you order her to worship your pregnancy.
 			<<if $activeSlave.fetish == "pregnancy">>
-				She complies eagerly. She begins with sucking your popped navel before running her tongue across the tuat, smooth surface of your pregnancy. Once she has finished with your belly, she lowers herself under it to begin work on your needy pussy. Before long, her overzealous efforts have you quaking in pleasure, rousing your child. Once she finishes you off, she returns to rubbing your belly, soothing your rowdy child and @@.hotpink;solidifying her place@@ beneath you.
+				She complies eagerly. She begins with sucking your popped navel before running her tongue across the taut, smooth surface of your pregnancy. Once she has finished with your belly, she lowers herself under it to begin work on your needy pussy. Before long, her overzealous efforts have you quaking in pleasure, rousing your child. Once she finishes you off, she returns to rubbing your belly, soothing your rowdy child and @@.hotpink;solidifying her place@@ beneath you.
 				<<set $activeSlave.devotion += 15>>
 			<<else>>
 				She shifts her gaze between your middle and your face, not sure what to do. Losing patience, you toss a tube of cream at her. She shakily massages it onto your stretched skin, missing spots, much to your pleasure. With reason, you force her onto her back, turn around, and plant your needy cunt directly onto her face. Struggling to breath under your weight, she begins eating you out in desperation. After coaxing her to massage your belly as she does, you quickly climax across her face and gently lift yourself off the coughing girl. She now @@.hotpink;understands her place in life@@ and is @@.gold;terrified@@ about what she will have to do if she wants to survive.
diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw
index 2eb6e690443..911640b4be4 100644
--- a/src/uncategorized/policies.tw
+++ b/src/uncategorized/policies.tw
@@ -362,7 +362,7 @@
 <</if>>
 
 <<if ndef $arcologies[0].FSGenderFundamentalistLawBimbo>><<set $arcologies[0].FSGenderFundamentalistLawBimbo = 0>><</if>>
-<<if (($arcologies[0].FSSupremacistLawME + $arcologies[0].FSSupremacistSMR + $arcologies[0].FSSubjugationistLawME + $arcologies[0].FSSubjugationistSMR + $arcologies[0].FSGenderRadicalistLawBeauty + $arcologies[0].FSGenderRadicalistLawFuta + $arcologies[0].FSGenderFundamentalistLawBeauty + $arcologies[0].FSGenderFundamentalistLawBimbo + $arcologies[0].FSGenderFundamentalistSMR + $arcologies[0].FSPaternalistLaw + $arcologies[0].FSPaternalistSMR + $arcologies[0].FSDegradationistLaw + $arcologies[0].FSDegradationistSMR + $arcologies[0].FSBodyPuristLaw + $arcologies[0].FSBodyPuristSMR + $arcologies[0].FSTransformationFetishistSMR + $arcologies[0].FSYouthPreferentialistLaw + $arcologies[0].FSYouthPreferentialistSMR + $arcologies[0].FSMaturityPreferentialistLaw + $arcologies[0].FSMaturityPreferentialistSMR + $arcologies[0].FSSlimnessEnthusiastSMR + $arcologies[0].FSSlimnessEnthusiastLaw + $arcologies[0].FSAssetExpansionistSMR + $arcologies[0].FSPastoralistLaw + $arcologies[0].FSPastoralistSMR + $arcologies[0].FSPhysicalIdealistSMR + $arcologies[0].FSChattelReligionistLaw + $arcologies[0].FSChattelReligionistSMR + $arcologies[0].FSChattelReligionistCreed + $arcologies[0].FSRomanRevivalistLaw + $arcologies[0].FSRomanRevivalistSMR + $arcologies[0].FSAztecRevivalistLaw + $arcologies[0].FSAztecRevivalistSMR + $arcologies[0].FSEgyptianRevivalistLaw + $arcologies[0].FSEgyptianRevivalistSMR + $arcologies[0].FSEdoRevivalistLaw + $arcologies[0].FSEdoRevivalistSMR + $arcologies[0].FSArabianRevivalistLaw + $arcologies[0].FSArabianRevivalistSMR + $arcologies[0].FSChineseRevivalistLaw + $arcologies[0].FSChineseRevivalistSMR + $arcologies[0].FSRepopulationFocusLaw + $arcologies[0].FSRepopulationFocusSMR + $arcologies[0].FSRestartLaw + $arcologies[0].FSRestartSMR > 0 + $arcologies[0].FSHedonisticDecadenceLaw + $arcologies[0].FSHedonisticDecadenceLaw2 + $arcologies[0].FSHedonisticDecadenceSMR) > 0) || ($CulturalOpenness != 0)>>
+<<if (($arcologies[0].FSSupremacistLawME + $arcologies[0].FSSupremacistSMR + $arcologies[0].FSSubjugationistLawME + $arcologies[0].FSSubjugationistSMR + $arcologies[0].FSGenderRadicalistLawBeauty + $arcologies[0].FSGenderRadicalistLawFuta + $arcologies[0].FSGenderFundamentalistLawBeauty + $arcologies[0].FSGenderFundamentalistLawBimbo + $arcologies[0].FSGenderFundamentalistSMR + $arcologies[0].FSPaternalistLaw + $arcologies[0].FSPaternalistSMR + $arcologies[0].FSDegradationistLaw + $arcologies[0].FSDegradationistSMR + $arcologies[0].FSBodyPuristLaw + $arcologies[0].FSBodyPuristSMR + $arcologies[0].FSTransformationFetishistSMR + $arcologies[0].FSYouthPreferentialistLaw + $arcologies[0].FSYouthPreferentialistSMR + $arcologies[0].FSMaturityPreferentialistLaw + $arcologies[0].FSMaturityPreferentialistSMR + $arcologies[0].FSSlimnessEnthusiastSMR + $arcologies[0].FSSlimnessEnthusiastLaw + $arcologies[0].FSAssetExpansionistSMR + $arcologies[0].FSPastoralistLaw + $arcologies[0].FSPastoralistSMR + $arcologies[0].FSPhysicalIdealistSMR + $arcologies[0].FSChattelReligionistLaw + $arcologies[0].FSChattelReligionistSMR + $arcologies[0].FSChattelReligionistCreed + $arcologies[0].FSRomanRevivalistLaw + $arcologies[0].FSRomanRevivalistSMR + $arcologies[0].FSAztecRevivalistLaw + $arcologies[0].FSAztecRevivalistSMR + $arcologies[0].FSEgyptianRevivalistLaw + $arcologies[0].FSEgyptianRevivalistSMR + $arcologies[0].FSEdoRevivalistLaw + $arcologies[0].FSEdoRevivalistSMR + $arcologies[0].FSArabianRevivalistLaw + $arcologies[0].FSArabianRevivalistSMR + $arcologies[0].FSChineseRevivalistLaw + $arcologies[0].FSChineseRevivalistSMR + $arcologies[0].FSRepopulationFocusLaw + $arcologies[0].FSRepopulationFocusSMR + $arcologies[0].FSRestartLaw + $arcologies[0].FSRestartSMR > 0 + $arcologies[0].FSHedonisticDecadenceLaw + $arcologies[0].FSHedonisticDecadenceLaw2 + $arcologies[0].FSHedonisticDecadenceSMR + $arcologies[0].FSPhysicalIdealistLaw) > 0) || ($CulturalOpenness != 0)>>
 <br>__Future Society Policies__
 
 <<if $CulturalOpenness == 1>>
@@ -529,6 +529,11 @@
 	[[Repeal|Policies][$arcologies[0].FSPastoralistSMR = 0, $minimumSlaveCost -= 500]]
 <</if>>
 
+<<if $arcologies[0].FSPhysicalIdealistLaw == 1>>
+	<br>''Fit Feminine Ideal:'' you are doing your best to maintain a fashion for fit, healthy girls with just the right amount of muscle definition.
+	[[Repeal|Policies][$arcologies[0].FSPhysicalIdealistLaw = 0]]
+<</if>>
+
 <<if $arcologies[0].FSPhysicalIdealistSMR == 1>>
 	<br>''Lifting SMR:'' in order to be sold in the arcology, slaves must be bulked.
 	[[Repeal|Policies][$arcologies[0].FSPhysicalIdealistSMR = 0, $minimumSlaveCost -= 500]]
@@ -1168,7 +1173,7 @@
 <</if>>
 
 <<if $arcologies[0].FSGenderFundamentalist >= 20>>
-<<if $arcologies[0].FSGenderFundamentalistLawBeauty == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSHedonisticDecadenceLaw2 == 0>>
+<<if $arcologies[0].FSGenderFundamentalistLawBeauty == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSHedonisticDecadenceLaw2 == 0 && $arcologies[0].FSPhysicalIdealistLaw == 0>>
 	<br>''@@.lime;Fashionable Feminine Ideal:@@'' you will do your best to start a fashion for elegant girls with just the right amount of T&A.
 	[[Implement|Policies][$arcologies[0].FSGenderFundamentalistLawBeauty = 1, $cash -=5000, $rep -= 1000]]
 <</if>>
@@ -1184,7 +1189,7 @@
 <</if>>
 <</if>>
 <<elseif $arcologies[0].FSGenderRadicalist >= 20>>
-<<if $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSHedonisticDecadenceLaw2 == 0>>
+<<if $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSHedonisticDecadenceLaw2 == 0 && $arcologies[0].FSPhysicalIdealistLaw == 0>>
 	<br>''@@.lime;Fashionable Feminine Aspiration:@@'' you will do your best to start a fashion for turning slaves into elegant girls with just the right amount of T&A.
 	[[Implement|Policies][$arcologies[0].FSGenderRadicalistLawBeauty = 1, $cash -=5000, $rep -= 1000]]
 <</if>>
@@ -1299,7 +1304,7 @@
 	<br>''@@.lime;Physical fitness SMR:@@'' in order to be sold in the arcology, chubby slaves will have to be forced to work out first.
 	[[Implement|Policies][$arcologies[0].FSSlimnessEnthusiastSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
 <</if>>
-<<if $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSGenderFundamentalistLawBeauty == 0 && $arcologies[0].FSGenderRadicalistLawFuta != 3 && $arcologies[0].FSHedonisticDecadenceLaw2 == 0>>
+<<if $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSGenderFundamentalistLawBeauty == 0 && $arcologies[0].FSGenderRadicalistLawFuta != 3 && $arcologies[0].FSHedonisticDecadenceLaw2 == 0 && $arcologies[0].FSPhysicalIdealistLaw == 0>>
 	<br>''@@.lime;Flat Feminine Ideal:@@'' you will do your best to start a fashion for elegant girls with just the right amount of T&A, none!
 	[[Implement|Policies][$arcologies[0].FSSlimnessEnthusiastLaw = 1, $cash -=5000, $rep -= 1000]]
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Flat slaves will enjoy increased attractiveness to citizens//
@@ -1329,11 +1334,18 @@
 <</if>>
 
 <<if $arcologies[0].FSPhysicalIdealist >= 40>>
-<<if $arcologies[0].FSPhysicalIdealistSMR == 0>>
-	<br>''@@.lime;Lifting SMR:@@'' in order to be sold in the arcology, slaves will have to be bulked.
-	[[Implement|Policies][$arcologies[0].FSPhysicalIdealistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Physical Idealism//
-<</if>>
+	<<if $arcologies[0].FSPhysicalIdealistSMR == 0>>
+		<br>''@@.lime;Lifting SMR:@@'' in order to be sold in the arcology, slaves will have to be bulked.
+		[[Implement|Policies][$arcologies[0].FSPhysicalIdealistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]]
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will help advance Physical Idealism//
+	<</if>>
+	<<if $arcologies[0].FSPhysicalIdealist >= 60>>
+		<<if $arcologies[0].FSHedonisticDecadenceLaw2 == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSGenderFundamentalistLawBeauty == 0 && $arcologies[0].FSPhysicalIdealistLaw == 0>>
+			<br>''@@.lime;Fit Feminine Ideal:@@'' you will do your best to start a fashion for fit, healthy girls with just the right amount of muscle definition.
+			[[Implement|Policies][$arcologies[0].FSPhysicalIdealistLaw = 1]]
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will greatly affect society's views on slave beauty//
+		<</if>>
+	<</if>>
 <</if>>
 
 <<if $arcologies[0].FSHedonisticDecadence >= 40>>
@@ -1345,7 +1357,7 @@
 	<</if>>
 	<</if>>
 	<<if $arcologies[0].FSHedonisticDecadence >= 60>>
-		<<if $arcologies[0].FSHedonisticDecadenceLaw2 == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSGenderFundamentalistLawBeauty == 0>>
+		<<if $arcologies[0].FSHedonisticDecadenceLaw2 == 0 && $arcologies[0].FSSlimnessEnthusiastLaw == 0 && $arcologies[0].FSGenderRadicalistLawBeauty == 0 && $arcologies[0].FSGenderFundamentalistLawBeauty == 0 && $arcologies[0].FSPhysicalIdealistLaw == 0>>
 		  <br>''@@.lime;Rotund Feminine Ideal:@@'' you will do your best to start a fashion for thick girls with soft bellies, big butts and luscious tits.
 		  [[Implement|Policies][$arcologies[0].FSHedonisticDecadenceLaw2 = 1]]
 		  <br>&nbsp;&nbsp;&nbsp;&nbsp;//Will greatly affect society's views on slave beauty//
@@ -1360,8 +1372,6 @@
 	<</if>>
 <</if>>
 
-
-
 <<if $arcologies[0].FSChattelReligionist >= 40>>
 	<<if $arcologies[0].FSChattelReligionistSMR == 0>>
 		<br>''@@.lime;Consecration by Public Use SMR:@@'' in order to be sold in the arcology, slaves must be offered for public use for a single day.
-- 
GitLab