From fdfa1fe79d3194a4e67cfad9fec4d02db8f9b78d Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 9 Mar 2019 01:21:55 -0500
Subject: [PATCH] Fixed upper ears

---
 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 7ce69052e0e..21c5fc466d0 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -213,7 +213,7 @@ $He has
 $He has
 <<if $activeSlave.earT == "none">>
 	<<if $activeSlave.earShape != "none">>only one set of ears<<else>>no secondary ears<</if>>.
-<<elseif  $activeSlave.earT == "human">>
+<<elseif  $activeSlave.earT == "normal">>
 	<<if $activeSlave.earShape != "none">>a second pair of ears grafted to $his head<<else>>a pair of ears grafted to the top of $his head<</if>>.
 <<elseif $activeSlave.earT == "neko">>
 	a pair of cat ears adorning $his head.
@@ -232,7 +232,7 @@ $He has
 	<<if $activeSlave.earT != "none" && $seeExtreme == 1 && $activeSlave.indentureRestrictions < 1>>
 		[[Remove them|Surgery Degradation][$activeSlave.earT = "none", $cash -= $surgeryCost, $activeSlave.health -= 20, $surgeryType = "earGone"]]
 	<</if>>
-	<<if $activeSlave.earT == "human">>
+	<<if $activeSlave.earT == "normal">>
 		<br>Reshape them:
 		<<if $activeSlave.earT != "neko">>
 			[[Cat Ears|Surgery Degradation][$activeSlave.earT = "neko", $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "earMajor"]]
-- 
GitLab