From 9575da306e5995abd19608e87280712ba11cf3c7 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 15 Mar 2020 13:12:34 -0700
Subject: [PATCH] Fix glutton recruit flaw and punctuation

---
 src/uncategorized/newSlaveIntro.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 9a06b2a98ee..a27f70cef9e 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -759,14 +759,14 @@ The legalities completed, <span class='slave-name'><<= SlaveFullName($activeSlav
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Allow $him to stuff $himself">>
 		<<replace "#introResult">>
-			You point $him toward the nearest slave food dispenser and tell $him to drink as much as $he likes. $He @@.hotpink;eagerly complies@@, quickly bloating $his long-deprived belly; between the psychoactive effects of slave food, the sudden end of $his long fast, and the look of @@.mediumaquamarine;slightly spaced-out contentment@@ on $his face as $he rubs $his sated belly, you have a feeling that you're witnessing the beginning of an @@.red;overeating habit@@.
+			You point $him toward the nearest slave food dispenser and tell $him to drink as much as $he likes. $He @@.hotpink;eagerly complies,@@ quickly bloating $his long-deprived belly; between the psychoactive effects of slave food, the sudden end of $his long fast, and the look of @@.mediumaquamarine;slightly spaced-out contentment@@ on $his face as $he rubs $his sated belly, you have a feeling that you're witnessing the beginning of an @@.red;overeating habit@@.
 		<</replace>>
 		<<set $activeSlave.devotion += 10>>
 		<<set $activeSlave.trust += 10>>
 		<<if $activeSlave.behavioralQuirk == "fitness">>
 			<<set $activeSlave.behavioralQuirk = "none">>
 		<</if>>
-		<<set $activeSlave.behavioralFlaw == "gluttonous">>
+		<<set $activeSlave.behavioralFlaw = "gluttonous">>
 		<<set $activeSlave.inflation = 1, $activeSlave.inflationType = "food", $activeSlave.inflationMethod = 1>>
 	<</link>>
 	<br>
-- 
GitLab