From 636f37ec699d951f8bf2df2651d6a4fe552dda9d Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Wed, 20 Mar 2019 23:52:57 -0500
Subject: [PATCH] Walks

---
 src/js/walkPastJS.js          |  3 +++
 src/uncategorized/walkPast.tw | 24 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index 22dc57880fc..ff5170fcfd7 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -2897,6 +2897,9 @@ window.anusWatch = function(slave) {
 			case "an apron":
 				t += `${His} apron leaves ${his} asshole completely exposed.`;
 				break;
+			case "overalls":
+				t += `${His} overalls totally cover ${his} asshole.`;
+				break;
 			case "a leotard":
 				t += `As ${his} buttocks work naturally with ${his} movement, ${his} tight leotard gives hints of ${his} asshole.`;
 				break;
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 04867f7b867..7e9387dfe2e 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -489,6 +489,12 @@
 			$His giant gut is gently framed by $his silken vest.
 		<<case "a maternity dress">>
 			$His loose dress bulges with $his giant gut.
+		<<case "overalls">>
+			<<if ($activeSlave.boobs > ($activeSlave.belly+250))>>
+				$activeSlave.slaveName's giant breasts push out $his overalls so far that $his hugely fat belly is left uncovered.
+			<<else>>
+				$activeSlave.slaveName's hugely fat belly bulges over the sides of $his overalls.
+			<</if>>
 		<<default>>
 			$His giant bare jiggling gut catches your eye.
 		<</switch>>
@@ -597,6 +603,12 @@
 			$His big gut is gently framed by $his silken vest.
 		<<case "a maternity dress">>
 			$His loose dress bulges with $his big gut.
+		<<case "overalls">>
+			<<if ($activeSlave.boobs > ($activeSlave.belly+250))>>
+				$activeSlave.slaveName's giant breasts push out $his overalls so far that $his big fat belly is left uncovered.
+			<<else>>
+				$activeSlave.slaveName's big fat belly spills out from behind $his overalls.
+			<</if>>
 		<<default>>
 			$His big bare jiggling gut catches your eye.
 		<</switch>>
@@ -2552,6 +2564,12 @@
 			$His strained minidress shows every jiggle in $his giant gut as $he moves.
 		<<case "a monokini">>
 			$His giant gut causes $his monokini to jiggle alongside it as $he moves.
+		<<case "overalls">>
+			<<if ($activeSlave.boobs > ($activeSlave.belly+250))>>
+				$activeSlave.slaveName's giant breasts push out $his overalls so far that $his hugely fat belly is left uncovered.
+			<<else>>
+				$activeSlave.slaveName's hugely fat belly bulges over the sides of $his overalls.
+			<</if>>
 		<<case "an apron">>
 			$His apron offers no cover to the jiggles of $his giant gut as $he moves.
 		<<case "a cybersuit">>
@@ -2726,6 +2744,12 @@
 			$His big gut is gently framed by $his silken vest.
 		<<case "a maternity dress">>
 			$His loose dress bulges with $his big gut.
+		<<case "overalls">>
+			<<if ($activeSlave.boobs > ($activeSlave.belly+250))>>
+				$activeSlave.slaveName's giant breasts push out $his overalls so far that $his big fat belly is left uncovered.
+			<<else>>
+				$activeSlave.slaveName's big fat belly spills out from behind $his overalls.
+			<</if>>
 		<<default>>
 			$His big bare jiggling gut catches your eye.
 		<</switch>>
-- 
GitLab