From 4f0230a131ee8884ccaee2f9678ba9566082cf48 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 20 Oct 2018 17:42:56 -0400
Subject: [PATCH] fixed bad elseif in remoteSurgery.tw

---
 src/uncategorized/remoteSurgery.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 2be4bafbf68..5d086bc5dad 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>>
 
-- 
GitLab