diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 3d1a7b314a49c5d522b032d709251421b9e5c1db..7820d95647100ab214e6e7f8e21bb4ba9c9bd192 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -156,8 +156,8 @@ $His $activeSlave.faceShape face is
 <</if>>
 
 /*Regular Ears*/
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	$He has 
+<br>&nbsp;&nbsp;&nbsp;&nbsp;
+$He has 
 <<if $activeSlave.earShape == "normal">>
 	normal ears.
 <<elseif $activeSlave.earShape == "damaged">>
@@ -174,11 +174,13 @@ $His $activeSlave.faceShape face is
 <<else>>
 	bugged ears. You done goofed. //Report This//
 <</if>>
-	<<if $activeSlave.earShape != "normal" && $activeSlave.earShape != "none">>
-	[[Restore to normal|Surgery Degradation][$activeSlave.earShape = "normal", $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "earRestore"]]<</if>>
-	<<if $activeSlave.earShape != "normal" && $activeSlave.earShape != "none" && $seeExtreme == 1 && $activeSlave.indentureRestrictions < 1>> | <</if>>
-	<<if $activeSlave.earShape != "none" && $seeExtreme == 1 && $activeSlave.indentureRestrictions < 1>>
-	[[Remove them|Surgery Degradation][$activeSlave.earShape = "none", $cash -= $surgeryCost, $activeSlave.health -= 20, $surgeryType = "earGone"]]<</if>>
+<<if $activeSlave.earShape != "normal" && $activeSlave.earShape != "none">>
+	[[Restore to normal|Surgery Degradation][$activeSlave.earShape = "normal", $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "earRestore"]]
+<</if>>
+<<if $activeSlave.earShape != "normal" && $activeSlave.earShape != "none" && $seeExtreme == 1 && $activeSlave.indentureRestrictions < 1>> | <</if>>
+<<if $activeSlave.earShape != "none" && $seeExtreme == 1 && $activeSlave.indentureRestrictions < 1>>
+	[[Remove them|Surgery Degradation][$activeSlave.earShape = "none", $cash -= $surgeryCost, $activeSlave.health -= 20, $surgeryType = "earGone"]]
+<</if>>
 
 <<if $activeSlave.earShape == "none">>
 	<<if $activeSlave.hears != -2 && $activeSlave.earImplant != 1>>
@@ -202,6 +204,7 @@ $His $activeSlave.faceShape face is
 <</if>>
 
 /*Top Ears*/
+/*
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 $He has 
 <<if $activeSlave.earT == "none">>
@@ -231,7 +234,8 @@ $He has
 	| [[Fox Ears|Surgery Degradation][$activeSlave.earT = "kit", $activeSlave.earTColor = $activeSlave.hColor, $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "earMajor"]]<</if>>	
 	<<if $activeSlave.earT != "tanuki">>
 	| [[Tanuki Ears|Surgery Degradation][$activeSlave.earT = "tanuki", $activeSlave.earTColor = $activeSlave.hColor, $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "earMajor"]]<</if>>
-<</if>>	
+<</if>>
+*/
 
 <<if $activeSlave.earImplant == 1>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
@@ -243,7 +247,7 @@ $He has
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	$He has working
 	<<if $activeSlave.hears == -1>>
-		inner ears, but is hearing impaired<<if $activeSlave.earShape == "none">>, probably due to missing the outer structure<</if>>.
+		inner ears, but is hearing impaired<<if $activeSlave.earShape == "none">>, likely due to missing the outer structure<</if>>.
 		<<if ($activeSlave.earImplant != 1) && $activeSlave.earShape != "none">>
 			[[Correct hearing|Surgery Degradation][$activeSlave.hears = 0, cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10, $surgeryType = "earFix"]]
 		<</if>>