From dcf17abd72121e20c923c79560395df9d6892853 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Thu, 7 Mar 2019 16:42:36 -0600
Subject: [PATCH] MoreFix

---
 src/uncategorized/customSlave.tw       | 16 ++++++++--------
 src/utility/descriptionWidgetsFlesh.tw |  6 ++++++
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw
index dbbc741e5bc..ed2ac67c84c 100644
--- a/src/uncategorized/customSlave.tw
+++ b/src/uncategorized/customSlave.tw
@@ -1189,32 +1189,32 @@ Skin tone: <span id = "skin">
 
 <<if $seeExtreme == 1>>
 <span id = "smelling">
-<<if $customSlave.smells == -1>>None.
-<<else>>Normal.
+<<if $customSlave.smells == -1>>No sense of smell.
+<<else>>Normal sense of smell.
 <</if>>
 </span>
-<<link "None">>
+<<link "No Sense of Smell">>
 	<<set $customSlave.smells = -1>>
 	<<CustomSlaveSmell>>
 <</link>>
 |
-<<link "Normal">>
+<<link "Normal Sense of Smell">>
 	<<set $customSlave.smells = 0>>
 	<<CustomSlaveSmell>>
 <</link>>
 
 <br>
 <span id = "tasting">
-<<if $customSlave.tastes == -1>>None.
-<<else>>Normal.
+<<if $customSlave.tastes == -1>>No sense of taste.
+<<else>>Normal sense of taste.
 <</if>>
 </span>
-<<link "None">>
+<<link "No Sense of Taste">>
 	<<set $customSlave.tastes = -1>>
 	<<CustomSlaveTaste>>
 <</link>>
 |
-<<link "Normal">>
+<<link "Normal Sense of Taste">>
 	<<set $customSlave.tastes = 0>>
 	<<CustomSlaveTaste>>
 <</link>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index f99e963fdc2..f6d26979822 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -5626,6 +5626,9 @@ $His
 		<</if>>
 	<</if>>
 <</if>>
+<<if $activeSlave.smells == -1>>
+	$He has no sense of smell, but this isn't immediately obvious just by looking at $his nose.
+<</if>>
 
 <<if $showBodyMods == 1>>
 	<<if $activeSlave.fuckdoll == 0>>
@@ -5750,6 +5753,9 @@ $He has
 		<</if>>
 	<</if>>
 <</if>>
+<<if $activeSlave.tastes == -1>>
+	$He has no sense of taste, but this isn't immediately obvious just by looking at $his tongue.
+<</if>>
 
 <<if $showBodyMods == 1>>
 	<<lipsPiercingDescription>>
-- 
GitLab