diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 46f762c47db99f349d3c106bc9c07c018f414bf7..085da0d4aa0018afd07f28c868537a18fd561498 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -32,7 +32,27 @@
 
 <div style="padding-bottom:2em">
 	<span class="note">
-		<<= getSlave($AS).slaveName>> is lying strapped down on the table in your <<if $surgeryUpgrade == 1>>heavily upgraded and customized remote surgery.<<else>>remote surgery.<</if>> The surgical equipment reads <<if getSlave($AS).health.health < -20>><span class="red">SLAVE UNHEALTHY, SURGERY NOT RECOMMENDED.</span><<elseif getSlave($AS).health.health <= 20>><span class="yellow">SLAVE HEALTHY, SURGERY SAFE.</span><<else>><span class="green">SLAVE HEALTHY, SURGERY ENCOURAGED.</span><</if>><<if $PC.skill.medicine >= 100>> The remote surgery mechanisms that allow a surgeon to be brought in by telepresence are inactive, and the autosurgery is ready for your control inputs. Surgery on your slaves is a challenge and a pleasure you wouldn't dream of sharing.<</if>>
+		<<= getSlave($AS).slaveName>> is lying strapped down on the table in your
+		<<if $surgeryUpgrade == 1>>
+			heavily upgraded and customized
+		<</if>>
+		remote surgery. The surgical equipment reads
+		<<if getSlave($AS).health.health < -20>>
+			<span class="red">
+				SLAVE UNHEALTHY, SURGERY NOT RECOMMENDED.
+			</span>
+		<<elseif getSlave($AS).health.health <= 20>>
+			<span class="yellow">
+				SLAVE HEALTHY, SURGERY SAFE.
+			</span>
+		<<else>>
+			<span class="green">
+				SLAVE HEALTHY, SURGERY ENCOURAGED.
+			</span>
+		<</if>>
+		<<if $PC.skill.medicine >= 100>>
+			The remote surgery mechanisms that allow a surgeon to be brought in by telepresence are inactive, and the autosurgery is ready for your control inputs. Surgery on your slaves is a challenge and a pleasure you wouldn't dream of sharing.
+		<</if>>
 	</span>
 </div>
 
@@ -98,7 +118,15 @@
 	/*Armpit hair*/
 	<div>
 		<<if (getSlave($AS).underArmHStyle != "bald" && getSlave($AS).underArmHStyle != "hairless") || (getSlave($AS).pubicHStyle != "bald" && getSlave($AS).pubicHStyle != "hairless")>>
-			$He <<if getSlave($AS).physicalAge >= _pubertyAge>>naturally grows<<elseif getSlave($AS).physicalAge >= _pubertyAge-1>>is beginning to grow<<else>>will someday grow<</if>> getSlave($AS).origHColor body hair.
+			$He
+			<<if getSlave($AS).physicalAge >= _pubertyAge>>
+				naturally grows
+			<<elseif getSlave($AS).physicalAge >= _pubertyAge-1>>
+				is beginning to grow
+			<<else>>
+				will someday grow
+			<</if>>
+			<<= getSlave($AS).origHColor>> body hair.
 			<div class="choices">
 				<<if getSlave($AS).indentureRestrictions > 1>>
 					<span class="note">$His indenture forbids elective surgery</span>
@@ -107,7 +135,12 @@
 				<</if>>
 			</div>
 		<<else>>
-			$His <<= getSlave($AS).skin>> skin is silky smooth and hair free from $his neck to $his <<if !hasAnyLegs(getSlave($AS))>>hips<<else>>toes<</if>>.
+			$His <<= getSlave($AS).skin>> skin is silky smooth and hair free from $his neck to $his
+			<<if !hasAnyLegs(getSlave($AS))>>
+				hips.
+			<<else>>
+				toes.
+			<</if>>
 		<</if>>
 	</div>
 
@@ -442,10 +475,17 @@
 
 	/*Horns*/
 	<div>
-		$He has <<if getSlave($AS).horn == "none">>no horns<<else>>getSlave($AS).horn<</if>>.
+		$He has
+		<<if getSlave($AS).horn == "none">>
+			no horns.
+		<<else>>
+			<<= getSlave($AS).horn>>.
+		<</if>>
 		<div class="choices">
 			<<if getSlave($AS).indentureRestrictions >= 2>>
-				<span class="note">$His indenture forbids elective surgery</span>
+				<span class="note">
+					$His indenture forbids elective surgery
+				</span>
 			<<elseif getSlave($AS).horn == "none">>
 				Give $him:
 				<<if getSlave($AS).horn != "curved succubus horns">>
@@ -858,11 +898,29 @@
 	/*Areolae*/
 	<div>
 		<<if getSlave($AS).areolae == 0>>
-			$His areolae are small <<if getSlave($AS).areolaeShape != "circle">>and have been surgically altered to be <<= getSlave($AS).areolaeShape>>-shaped<<else>>and fairly normal<</if>>.
+			$His areolae are small
+			<<if getSlave($AS).areolaeShape != "circle">>
+				and have been surgically altered to be <<= getSlave($AS).areolaeShape>>-shaped.
+			<<else>>
+				and fairly normal.
+			<</if>>
 		<<elseif getSlave($AS).areolae == 1>>
-			$His areolae are large <<if getSlave($AS).areolaeShape != "circle">>and have been surgically altered to be <<= getSlave($AS).areolaeShape>>-shaped<<else>>but still fairly normal<</if>>.
+			$His areolae are large
+			<<if getSlave($AS).areolaeShape != "circle">>
+				and have been surgically altered to be <<= getSlave($AS).areolaeShape>>-shaped.
+			<<else>>
+				but still fairly normal.
+			<</if>>
 		<<elseif getSlave($AS).areolae > 1>>
-			$He has <<if getSlave($AS).areolae == 2>>wide<<elseif getSlave($AS).areolae == 3>>huge<<elseif getSlave($AS).areolae == 4>>massive<</if>> areolae<<if getSlave($AS).areolaeShape != "circle">>, which have been surgically altered to be <<= getSlave($AS).areolaeShape>>-shaped<</if>>.
+			$He has
+			<<if getSlave($AS).areolae == 2>>
+				wide
+			<<elseif getSlave($AS).areolae == 3>>
+				huge
+			<<elseif getSlave($AS).areolae == 4>>
+				massive
+			<</if>>
+			areolae<<if getSlave($AS).areolaeShape != "circle">>, which have been surgically altered to be <<= getSlave($AS).areolaeShape>>-shaped<</if>>.
 		<</if>>
 		<<if getSlave($AS).indentureRestrictions < 2>>
 			<<if getSlave($AS).areolaeShape != "circle">>
@@ -1316,9 +1374,17 @@
 		<<if (getSlave($AS).ovaries == 1 || getSlave($AS).mpreg == 1)>>
 			<div>
 				<<if (getSlave($AS).pubertyXX == 0)>>
-					$He has <<if (getSlave($AS).eggType != "human")>><<print (getSlave($AS).eggType)>><</if>> ovaries but has not had $his first period.
+					$He has
+					<<if (getSlave($AS).eggType != "human")>>
+						<<print (getSlave($AS).eggType)>>
+					<</if>>
+					ovaries but has not had $his first period.
 				<<else>>
-					$He has working <<if (getSlave($AS).eggType != "human")>><<print (getSlave($AS).eggType)>><</if>> ovaries<<if getSlave($AS).mpreg>> and a womb attached to $his rectum<</if>>.
+					$He has working
+					<<if (getSlave($AS).eggType != "human")>>
+						<<print (getSlave($AS).eggType)>>
+					<</if>>
+					ovaries<<if getSlave($AS).mpreg>> and a womb attached to $his rectum<</if>>.
 				<</if>>
 			</div>
 
@@ -1375,7 +1441,8 @@
 					<<if getSlave($AS).assignment == "work in the dairy" && $dairyPregSetting > 0>>
 						$His womb is already rented out for the production of calves.
 					<<elseif getSlave($AS).broodmother > 0>>
-						$He has been made into a <<if getSlave($AS).broodmother > 1>>hyper-<</if>>broodmother.
+						$He has been made into a
+						<<if getSlave($AS).broodmother > 1>>hyper-<</if>>broodmother.
 						<<if getSlave($AS).womb.length == 0 >>
 							<div class="choices">
 								[[Remove the pregnancy generator|Surgery Degradation][getSlave($AS).preg = 0,getSlave($AS).pregWeek = -1,getSlave($AS).pregSource = 0,getSlave($AS).pregKnown = 0,getSlave($AS).pregType = 0,getSlave($AS).broodmother = 0,getSlave($AS).broodmotherFetuses = 0,getSlave($AS).broodmotherOnHold = 0,cashX(forceNeg($surgeryCost), "slaveSurgery", getSlave($AS)),getSlave($AS).pregControl = "none",surgeryDamage(getSlave($AS),10),$surgeryType = "pregRemove"]]
@@ -1453,7 +1520,12 @@
 		<div class="choices">
 			<<if getSlave($AS).vagina > -1>>
 				<<if getSlave($AS).indentureRestrictions < 1 && (getSlave($AS).breedingMark != 1 || $propOutcome == 0 || $eugenicsFullControl == 1 || $arcologies[0].FSRestart == "unset")>>
-					[[Remove pussy|Surgery Degradation][surgeryAmp(getSlave($AS), "vagina"), $surgeryType = "vaginaRemoval", cashX(forceNeg($surgeryCost), "slaveSurgery", getSlave($AS))]] <<if getSlave($AS).ovaries == 1>><span class="note">This will remove $his ovaries as well</span><</if>>
+					[[Remove pussy|Surgery Degradation][surgeryAmp(getSlave($AS), "vagina"), $surgeryType = "vaginaRemoval", cashX(forceNeg($surgeryCost), "slaveSurgery", getSlave($AS))]]
+					<<if getSlave($AS).ovaries == 1>>
+						<span class="note">
+							This will remove $his ovaries as well
+						</span>
+					<</if>>
 				<</if>>
 			<</if>>
 
@@ -1582,7 +1654,15 @@
 	/*Prostate*/
 	<div>
 		<<if getSlave($AS).prostate>>
-			$He has a <<if getSlave($AS).prostate > 2>>hyperactive, ejaculation enhancing<<elseif getSlave($AS).prostate > 1>>hyperactive<<else>>normal<</if>> prostate.
+			$He has a
+			<<if getSlave($AS).prostate > 2>>
+				hyperactive, ejaculation enhancing
+			<<elseif getSlave($AS).prostate > 1>>
+				hyperactive
+			<<else>>
+				normal
+			<</if>>
+			prostate.
 			<div class="choices">
 				<<if getSlave($AS).prostate >= 2 && $prostateImplants == 1>>
 					<<if getSlave($AS).prostate < 3>>