From d83483f6450c17ceeca21637996a5b1948e251e7 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 24 Aug 2018 02:41:06 -0400
Subject: [PATCH] fix

---
 src/uncategorized/surgeryDegradation.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index ca613611316..04de160d09b 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -1306,7 +1306,7 @@ As the remote surgery's long recovery cycle completes,
 <<case "relocate">>
 	<<if $activeSlave.fetish == "mindbroken">>
 		When $he begins surgical recovery, $his groin hurts quite a lot, and $he can't quite tell what's going on down there. Since the surgery was invasive, @@.red;$his health has been seriously affected.@@
-	<<if ($activeSlave.devotion > 50)>>
+	<<elseif ($activeSlave.devotion > 50)>>
 		When $he begins surgical recovery, $his groin hurts quite a lot, and $he can't quite tell what's going on down there. However, $he was able to follow enough of the surgery to understand that $he still has $his balls, even if they're no longer visible. $He's eager to <<if canSee($activeSlave)>>see, and when $he's recovered enough, $he's pleased by the sight<<else>>feel, and when $he's recovered enough, $he's pleased by the sensation<</if>> of the smooth skin beneath $his still-functional cock. @@.hotpink;$He has become more submissive due to your reshaping of $his body.@@ Since the surgery was invasive, @@.red;$his health has been seriously affected.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif ($activeSlave.devotion > 20)>>
-- 
GitLab