diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 2be4bafbf6856db0675638796db70e1c33570907..5d086bc5dad87520d6b3bb4d11768b25616f8eef 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -658,7 +658,7 @@ $He's
 <<if $activeSlave.wombImplant == "none" && ($UterineRestraintMesh == 1) && ($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1)>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	$He has a normal uterus<<if $activeSlave.mpreg == 1>>, though slightly repositioned<</if>>.
-	<<elseif $activeSlave.indentureRestrictions >= 1>>
+	<<if $activeSlave.indentureRestrictions >= 1>>
 		//$His indenture forbids invasive elective surgery//
 	<<elseif $activeSlave.bellyImplant > 0 || $activeSlave.preg > 0>>
 		//$His womb is currently in use and unsafe to operate on//
@@ -677,7 +677,7 @@ $He's
 	<<elseif $activeSlave.bellyImplant > 0 || $activeSlave.preg > 0>>
 		//$His womb is currently in use and unsafe to operate on//
 	<<else>>
-		[[Remove the organic mesh from $his womb|Surgery Degradation][$activeSlave.wombImplant = "none", $activeSlave.health -= 50, $cash -= $surgeryCost, $surgeryType = "womb"]]<<if $activeSlave.health < 0>>//@@.red;This may cause severe health issues//<</if>>
+		[[Remove organic mesh|Surgery Degradation][$activeSlave.wombImplant = "none", $activeSlave.health -= 50, $cash -= $surgeryCost, $surgeryType = "womb"]]<<if $activeSlave.health < 0>>//@@.red;This may cause severe health issues//<</if>>
 	<</if>>
 <</if>>