From b3fe8ab802fbcf3afa5fe245d753d5090f9ab378 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Wed, 13 Dec 2017 00:19:10 -0500
Subject: [PATCH] Add yellow highlight to crooked teeth description

---
 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 45b3c92ead3..662fd0c5d78 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -4081,7 +4081,7 @@ $pronounCap has
 	<</if>>
 	<<if $activeSlave.teeth != "normal">>
 	<<if $activeSlave.teeth == "crooked">>
-		$possessiveCap teeth are crooked, detracting from $possessive beauty whenever $pronoun opens $possessive mouth.
+		$possessiveCap teeth are @@.yellow;crooked@@, detracting from $possessive beauty whenever $pronoun opens $possessive mouth.
 	<<elseif $activeSlave.teeth == "straightening braces">>
 		$pronounCap has braces,
 		<<if $activeSlave.visualAge > 35>>
-- 
GitLab