From b52eeaa9f1cb7d8ae0a7ae8225af127b0bdf468f Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 21 Mar 2019 03:40:36 -0400
Subject: [PATCH] Fixed ear descriptions showing up inappropriately

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

diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index d7d9eaa468a..b4f18b0df43 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -5389,7 +5389,7 @@ $He's got a
 	<</if>>
 <<elseif $activeSlave.earShape == "damaged">>
 	$His outer ears have been severely damaged.
-<<elseif $activeSlave.earShape == "normal" && $activeSlave.earT>> /* Ears are expected, so lets only mention them if we have two sets */
+<<elseif $activeSlave.earShape == "normal" && $activeSlave.earT != "none">> /* Ears are expected, so lets only mention them if we have two sets */
 	$He has perfectly ordinary ears.
 <<elseif $activeSlave.earShape == "robot">>
 	$He has high tech cyber-ears that could be mistaken for headphones. /*not yet implemented*/
-- 
GitLab