diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 4fdb66d998953489ff483d327c1a5addaf550239..ccea849c4b07599ca5e75600094a737fa2591f33 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -510,17 +510,33 @@ Work on $his chest:
 	<<elseif ($activeSlave.amp == 1)>><<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> fill out an enormous custom bra; $his tits dominate $his entire frame.
 	<<else>><<print $activeSlave.boobs>>cc <<print either("breasts", "mammaries", "tits", "udders")>> fill out an enormous custom bra; $his tits dominate $his entire frame.
 	<</if>>
+
+
+
+<br>&nbsp;&nbsp;&nbsp;&nbsp;
+$He has
+<<if $activeSlave.boobsImplant > 0>>
 	<<if $activeSlave.boobsImplant > 600>>
-		$He has <<print $activeSlave.boobsImplant>>cc fillable breast implants.
+		<<print $activeSlave.boobsImplant>>cc
 	<<elseif $activeSlave.boobsImplant > 400>>
-		$He has large, <<print $activeSlave.boobsImplant>>cc breast implants.
+		large, <<print $activeSlave.boobsImplant>>cc
 	<<elseif $activeSlave.boobsImplant > 200>>
-		$He has moderate, <<print $activeSlave.boobsImplant>>cc breast implants.
+		moderate, <<print $activeSlave.boobsImplant>>cc
 	<<elseif $activeSlave.boobsImplant > 0>>
-		$He has small, <<print $activeSlave.boobsImplant>>cc breast implants.
+		small, <<print $activeSlave.boobsImplant>>cc 
 	<</if>>
-
-<br>&nbsp;&nbsp;&nbsp;&nbsp;
+	<<if $activeSlave.boobsImplantType == 1>>
+		string
+	<<else>>
+		fillable
+	<</if>>
+	breast implants.
+	<<if $activeSlave.boobsImplant > 8000 && $activeSlave.boobsImplantType == 1>>
+		@@.yellow;Large string based implants are a risk to a slave's health.@@
+	<</if>>
+<<else>>
+	no implants.
+<</if>>
 <<if $activeSlave.boobs > 50000>>
 	//$His breasts are as large as $he can physically support//
 <<elseif $activeSlave.boobsImplant > 10000 && $arcologies[0].FSTransformationFetishistResearch != 1 && $activeSlave.boobsImplantType != 1>>
@@ -556,6 +572,7 @@ Work on $his chest:
 <<elseif $activeSlave.boobsImplant > 0 && $activeSlave.boobsImplantType != 1>>
 	[[Standard implants|Surgery Degradation][$activeSlave.boobsImplant = 400,$activeSlave.boobs += 200,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "boobs"]] | [[Large implants|Surgery Degradation][$activeSlave.boobsImplant = 600,$activeSlave.boobs += 400,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10,$surgeryType = "boobs"]]
 <</if>>
+
 <<if $activeSlave.boobsImplant != 0>>
 	<<if $activeSlave.boobsImplantType == 1 && $activeSlave.boobsImplant > 400>>
 		<<if $activeSlave.boobsImplant > 8000>>
@@ -888,16 +905,32 @@ $He's got a
 <<else>>ridiculous ass. It's so big it jiggles as $he walks.
 <</if>>
 
-<<if $activeSlave.buttImplant == 1>>
-	$He has moderate butt implants.
-<<elseif $activeSlave.buttImplant == 2>>
-	$He has enormous butt implants.
-<<elseif $activeSlave.buttImplant > 2>>
+<<if $activeSlave.buttImplant > 0>>
 	$He has
+	<<if $activeSlave.buttImplant == 1>>
+		moderate
+	<<elseif $activeSlave.buttImplant == 2>>
+		enormous
+	<<elseif $activeSlave.buttImplant > 2>>
+		<<if $activeSlave.buttImplantType == 1>>
+			massively engorged
+		<<else>>
+			<<if $activeSlave.buttImplant > 8>>
+				hyper
+			<<elseif $activeSlave.buttImplant > 4>>
+				advanced
+			<</if>>
+		<</if>>
+	<</if>>
+	butt
 	<<if $activeSlave.buttImplantType == 1>>
-		massively engorged butt implants
+		string
 	<<else>>
-		<<if $activeSlave.buttImplant > 8>>hyper <<elseif $activeSlave.buttImplant > 4>>advanced <</if>>fillable butt implants.
+		fillable
+	<</if>>
+	implants.
+	<<if $activeSlave.buttImplant > 3 && $activeSlave.buttImplantType == 1>>
+		@@.yellow;Large string based implants are a risk to a slave's health.@@
 	<</if>>
 <</if>>