diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js index 22dc57880fcf11c7d3b080002ee9d85e872328bf..ff5170fcfd70779e5b90a89ef0341995368f0047 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 04867f7b8673ee655d46ed03b3b3eb5d0493cd7d..7e9387dfe2ea74233c52173cbd24e95373a75595 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>>