From 2921a771b64b51eaad9349538e921a1989071cc0 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 21 Mar 2019 23:46:22 -0400
Subject: [PATCH] Fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 1 +
 src/pregmod/saClothes.tw                     | 4 ++--
 src/uncategorized/walkPast.tw                | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 50e7a259afe..30cd54b3c64 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -7,6 +7,7 @@ Pregmod
 	-added tracking for futanari sister impregnation
 	-player medicine and trading skill now more useful
 	-easier to passively gain slaving skill
+	-added overalls outfit
 	-UI changes
 	-fixes
 	-code cleaning
diff --git a/src/pregmod/saClothes.tw b/src/pregmod/saClothes.tw
index 83637c6589e..9b36e290b7a 100644
--- a/src/pregmod/saClothes.tw
+++ b/src/pregmod/saClothes.tw
@@ -642,10 +642,10 @@
 	<<if ($slaves[$i].vaginalAttachment == "bullet vibrator" || $slaves[$i].vaginalAttachment == "smart bullet vibrator")>>
 		Constantly wearing a bullet vibrator
 		<<if $slaves[$i].devotion < 20>>
-			habituates $him to sexual slavery and @@pink;increases $his submissiveness.@@
+			habituates $him to sexual slavery and @@.hotpink;increases $his submissiveness.@@
 			<<set $slaves[$i].devotion += 2>>
 		<<else>>
-			reminds $him of $his place and @@.pink;increases $his devotion to you.@@
+			reminds $him of $his place and @@.hotpink;increases $his devotion to you.@@
 			<<set $slaves[$i].devotion++>>
 		<</if>>
 	<<elseif ($slaves[$i].vaginalAccessory == "dildo")>>
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index d2347777a17..4b1ca3461e8 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -1522,7 +1522,7 @@
 			$His tearing minidress shows every jiggle in $his massive gut as $he moves.
 		<<case "a monokini">>
 			$His massive gut spills out over the front of $his monokini.
-		<<case "overalls"
+		<<case "overalls">>
 			<<if ($activeSlave.boobs > ($activeSlave.belly+250))>>
 				$activeSlave.slaveName's enormous breasts push out $his overalls so far that $his massively fat belly is left mostly uncovered.
 			<<else>>
-- 
GitLab