From aa38fda2534daf3e780f949f407c1a1794962cd9 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 6 Feb 2020 00:03:49 -0500
Subject: [PATCH] HG suite

---
 src/uncategorized/headGirlSuite.tw | 68 ++++++++++++++++++------------
 1 file changed, 40 insertions(+), 28 deletions(-)

diff --git a/src/uncategorized/headGirlSuite.tw b/src/uncategorized/headGirlSuite.tw
index c243b1194c7..7695751c6bc 100644
--- a/src/uncategorized/headGirlSuite.tw
+++ b/src/uncategorized/headGirlSuite.tw
@@ -21,34 +21,46 @@
 <</if>>
 
 <<if $HeadGirl != 0>>
-<br>//Any slave assigned to live with your Head Girl will become, for most practical purposes, $his slave.//
-
-<br>
-<<if $HGSuiteEquality == 1>>
-	The two slaves living in $HGSuiteName are ''equals,'' and will alternate weeks as Head Girl and Head Girl's bitch. [[Stop|Head Girl Suite][$HGSuiteEquality = 0]]
-<<else>>
-	The current Head Girl will ''remain Head Girl.'' [[Have them alternate|Head Girl Suite][$HGSuiteEquality = 1,$HGSuiteSurgery = 0,$HGSuiteDrugs = 0,$HGSuiteHormones = 0]] //This will only take effect if the other slave is an appropriate candidate//
-	<br>
-	<<if $HGSuiteSurgery == 1>>
-		$He is ''allowed'' to use surgical modification on $his slave. [[Disallow|Head Girl Suite][$HGSuiteSurgery = 0]]
-	<<else>>
-		$He is ''not allowed'' to use surgical modification on $his slave. [[Allow|Head Girl Suite][$HGSuiteSurgery = 1]]
-	<</if>>
-	<br>
-	<<if $HGSuiteDrugs == 1>>
-		$He is ''allowed'' to use growth hormones on $his slave. [[Disallow|Head Girl Suite][$HGSuiteDrugs = 0]]
+	<div class="note">
+		Any slave assigned to live with your Head Girl will become, for most practical purposes, $his slave.
+	</div>
+	<<if $HGSuiteEquality == 1>>
+		The two slaves living in $HGSuiteName are ''equals,'' and will alternate weeks as Head Girl and Head Girl's bitch. [[Stop|Head Girl Suite][$HGSuiteEquality = 0]]
 	<<else>>
-		$He is ''not allowed'' to use growth hormones on $his slave. [[Allow|Head Girl Suite][$HGSuiteDrugs = 1]]
+		The current Head Girl will ''remain Head Girl.''
+		[[Have them alternate|Head Girl Suite][$HGSuiteEquality = 1,$HGSuiteSurgery = 0,$HGSuiteDrugs = 0,$HGSuiteHormones = 0]]
+		<span class="note">
+			This will only take effect if the other slave is an appropriate candidate
+		</span>
+		<div class="choices">
+			<<if $HGSuiteSurgery == 1>>
+				$He is ''allowed'' to use surgical modification on $his slave. [[Disallow|Head Girl Suite][$HGSuiteSurgery = 0]]
+			<<else>>
+				$He is ''not allowed'' to use surgical modification on $his slave. [[Allow|Head Girl Suite][$HGSuiteSurgery = 1]]
+			<</if>>
+		</div>
+		<div class="choices">
+			<<if $HGSuiteDrugs == 1>>
+				$He is ''allowed'' to use growth hormones on $his slave. [[Disallow|Head Girl Suite][$HGSuiteDrugs = 0]]
+			<<else>>
+				$He is ''not allowed'' to use growth hormones on $his slave. [[Allow|Head Girl Suite][$HGSuiteDrugs = 1]]
+			<</if>>
+		</div>
+		<div class="choices">
+			<<if $HGSuiteHormones == 1>>
+				$He is ''allowed'' to customize $his slave with hormone treatments. [[Disallow|Head Girl Suite][$HGSuiteHormones = 0]]
+			<<else>>
+				$He is ''not allowed'' to customize $his slave with hormone treatments. [[Allow|Head Girl Suite][$HGSuiteHormones = 1]]
+			<</if>>
+		</div>
 	<</if>>
-	<br>
-	<<if $HGSuiteHormones == 1>>
-		$He is ''allowed'' to customize $his slave with hormone treatments. [[Disallow|Head Girl Suite][$HGSuiteHormones = 0]]
-	<<else>>
-		$He is ''not allowed'' to customize $his slave with hormone treatments. [[Allow|Head Girl Suite][$HGSuiteHormones = 1]]
-	<</if>>
-<</if>>
-<br><br>
-
-<<print App.UI.SlaveList.listSJFacilitySlaves(App.Entity.facilities.headGirlSuite)>>
+	<p>
+		<<print App.UI.SlaveList.listSJFacilitySlaves(App.Entity.facilities.headGirlSuite)>>
+	</p>
 <</if>>
-<br><br>Rename $HGSuiteName: <<textbox "$HGSuiteName" $HGSuiteName "Head Girl Suite">> //Use a noun or similar short phrase//
+<p>
+	Rename $HGSuiteName: <<textbox "$HGSuiteName" $HGSuiteName "Head Girl Suite">>
+	<span class="note">
+		Use a noun or similar short phrase
+	</span>
+</p>
-- 
GitLab