diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js index accfb9ada6eeb858346a161a135cf56c0facff49..3da76328829c64dffd0f46ba2d17538f9f5c38e3 100644 --- a/src/art/vector/VectorArtJS.js +++ b/src/art/vector/VectorArtJS.js @@ -845,6 +845,7 @@ window.VectorArt = (function() { case "no clothing": case "panties": case "panties and pasties": + case "pasties": case "restrictive latex": case "shibari ropes": case "slutty jewelry": @@ -1016,6 +1017,9 @@ window.VectorArt = (function() { case "a burqa": r += jsInclude("Art_Vector_Boob_Outfit_HijabAndAbaya"); break; + case "pasties": + r += jsInclude("Art_Vector_Boob_Outfit_PantiesAndPasties"); + break; default: r += jsInclude(`Art_Vector_Boob_Outfit_${clothing2artSuffix(slave.clothes)}`); } @@ -1192,6 +1196,7 @@ window.VectorArt = (function() { case "no clothing": case "panties": case "panties and pasties": + case "pasties": case "restrictive latex": case "shibari ropes": case "slutty jewelry": @@ -1752,6 +1757,7 @@ window.VectorArt = (function() { case "no clothing": case "panties": case "panties and pasties": + case "pasties": case "shibari ropes": case "striped panties": case "striped underwear": @@ -2640,6 +2646,7 @@ window.VectorArt = (function() { case "a Santa dress": case "overalls": case "a slutty pony outfit": + case "pasties": case "choosing her own clothes": case "no clothing": break; /* no torso outfit */ diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index 2c1f45205333d271066279d3c48bf159e5e76d97..73357920f34c832bbda147ca77bc40254d865498 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -602,11 +602,9 @@ window.saChoosesOwnClothes = (function() { if (isItemAccessible("a monokini")) { wardrobeFS.push({text: `and wears a swimsuit that leaves ${his} breasts uncovered.`, clothes: "a monokini"}); } - /* if (isItemAccessible("pasties")) { - wardrobeFS.push({text: `and wears nothing more than a pair of pasties over ${his} nipples.`, clothes: "pasties"}); + wardrobeFS.push({text: `and wears nothing more than a pair of pasties over ${his} nipples and crotch.`, clothes: "pasties"}); } - */ if (slave.lactation > 0) { wardrobeFS.push({text: `and dresses up as a slutty wet nurse.`, clothes: "a slutty nurse outfit"}); } @@ -830,11 +828,9 @@ window.saChoosesOwnClothes = (function() { if (isItemAccessible("kitty lingerie")) { wardrobeTastes.push({text: `and chooses a lingerie set that leaves ${his} cleavage on public display.`, clothes: "kitty lingerie"}); } - /* if (isItemAccessible("pasties")) { wardrobeTastes.push({text: `and wears nothing but a pair of pasties to draw eyes straight to ${his} nipples.`, clothes: "pasties"}); } - */ if (isItemAccessible("a bra")) { wardrobeTastes.push({text: `and wears nothing but a bra in the hopes that the outlandish get up fixes eyes on ${his} chest.`, clothes: "a bra"}); } @@ -882,11 +878,9 @@ window.saChoosesOwnClothes = (function() { if (isItemAccessible("kitty lingerie")) { wardrobeTastes.push({text: `and oddly chooses a lingerie set with a cleavage cutout in the bra.`, clothes: "kitty lingerie"}); } - /* if (isItemAccessible("pasties")) { - wardrobeTastes.push({text: `and oddly opts for just a pair of pasties attached to ${his} nipples.`, clothes: "pasties"}); + wardrobeTastes.push({text: `and oddly opts for just a pair of pasties attached to ${his} nipples and one over ${his} crotch.`, clothes: "pasties"}); } - */ if (isItemAccessible("a bra")) { wardrobeTastes.push({text: `and oddly opts for nothing more than a bra.`, clothes: "a bra"}); } diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js index 20b303aff656fb2b3671a7b9ccf5802bd1502177..4e05975e5a9cf581bd6f7d15ff4795fe67575963 100644 --- a/src/interaction/main/toychest.js +++ b/src/interaction/main/toychest.js @@ -312,6 +312,7 @@ App.Interact.ToyChest = function(slave) { case "leather pants and pasties": case "panties": case "panties and pasties": + case "pasties": r += `${His} purpose as your office sex toy is prominently displayed by ${his} revealing outfit.`; break; case "a gothic lolita dress": diff --git a/src/interaction/main/useGuard.js b/src/interaction/main/useGuard.js index 0007b97ce0e7b9beab9a246be8194aa4874df12e..1ad32f94395565074edb16a2446dee1905f77e7b 100644 --- a/src/interaction/main/useGuard.js +++ b/src/interaction/main/useGuard.js @@ -258,6 +258,7 @@ App.Interact.UseGuard = function(slave) { case "leather pants": case "panties and pasties": case "panties": + case "pasties": case "sport shorts and a sports bra": case "sport shorts and a t-shirt": case "sport shorts": diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js index e7c07a12666a2f575993554907eb1203eb0b66fa..a01fbbe24229a0b404327c8dc670197722ebcba7 100644 --- a/src/js/itemAvailability.js +++ b/src/js/itemAvailability.js @@ -106,6 +106,7 @@ window.isItemAccessible = function(string) { case "panties and pasties": case "a skimpy loincloth": case "a thong": + case "pasties": return (V.clothesBoughtUnderwear === 1); case "leather pants and pasties": case "a t-shirt and thong": @@ -132,9 +133,6 @@ window.isItemAccessible = function(string) { return (V.arcologies[0].FSGenderFundamentalist > 0 || V.clothesBoughtBunny === 1); case "ancient Egyptian": return (V.arcologies[0].FSEgyptianRevivalist > 0 || V.clothesBoughtEgypt === 1); - case "pasties": - /* an option in saChoosesOwnClothes.tw, but everything else (e.g. descriptions, artwork, option in wardrobeUse.tw) is missing or not hooked up correctly */ - return false; case "massive dildo gag": return (V.toysBoughtGags === 1); case "a small empathy belly": diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js index db3e16edabc20b1ece860935684de5b4252a41e2..2892fd399a4adeac2b49a98d27a47e46e1691d67 100644 --- a/src/js/rulesAssistantOptions.js +++ b/src/js/rulesAssistantOptions.js @@ -1164,6 +1164,7 @@ window.rulesAssistantOptions = (function() { ["Over-sized t-shirt and boyshorts", "an oversized t-shirt and boyshorts"], ["Over-sized t-shirt", "an oversized t-shirt"], ["Panties", "panties"], + ["Pasties", "pasties"], ["Pasties and panties", "panties and pasties"], ["Scalemail bikini", "a scalemail bikini"], ["Schoolgirl", "a schoolgirl outfit"], diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js index 36078ce9ff62c2f5788b9c2f514e9ff48d054511..d09a60f2585af5878e826d80b837641fa6e085ef 100644 --- a/src/js/slaveSummaryWidgets.js +++ b/src/js/slaveSummaryWidgets.js @@ -4695,6 +4695,9 @@ window.SlaveSummaryUncached = (function() { case "panties and pasties": r += `Pasties, panties.`; break; + case "pasties": + r += `Pasties.`; + break; case "striped underwear": r += `Striped underwear`; break; diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js index 61c5d4a3050067249ed2f954893d5051738c3e41..ebcd24531c51ea03a8ff7a471abe483eb16db165 100644 --- a/src/js/walkPastJS.js +++ b/src/js/walkPastJS.js @@ -2212,6 +2212,7 @@ window.boobWatch = function(slave) { break; case "leather pants and pasties": case "panties and pasties": + case "pasties": t += `${His} pasties cover nothing more than ${his} nipples.`; break; case "a one-piece swimsuit": @@ -2596,7 +2597,7 @@ window.buttWatch = function(slave) { t += `${His} oversized t-shirt is covering ${his} rear, but it can be lifted easily enough.`; break; default: - // "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a sports bra" "a t-shirt" + // "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a sports bra" "a t-shirt" "pasties" if (slave.chastityAnus && slave.chastityVagina) { t += `${His} chastity protects ${his} holes from penetration.`; V.target = "FondleButt"; @@ -2725,6 +2726,7 @@ window.anusWatch = function(slave) { case "a slutty klan robe": case "a sports bra": case "a t-shirt": + case "pasites": t += `${His} outfit exposes ${his} bare butt and vulnerable asshole.`; break; case "an oversized t-shirt and boyshorts": diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw index ec696c4513bf7767731b18021c5eabc9c37b546b..32ab02ac0a5b69fe555a0b98138d1a86395a696a 100644 --- a/src/npc/fAbuse.tw +++ b/src/npc/fAbuse.tw @@ -237,6 +237,8 @@ $He yanks off $his t-shirt and drops $his panties. <<case "panties and pasties">> $He yanks off $his pasties and drops $his panties. + <<case "pasties">> + $He hastily yanks off $his pasties. <<case "sport shorts and a sports bra">> $He drops $his shorts and tosses $his bra. <<case "jeans">> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 49996fcea8270776ae969e577625788cc12e007a..315c45d72222361aca14e93e477e81faff611f83 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -653,6 +653,9 @@ | <<link "Panties and pasties">><<set $activeSlave.clothes = "panties and pasties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> <</if>> | <<link "Panties">><<set $activeSlave.clothes = "panties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> + <<if isItemAccessible("pasties")>> + | <<link "Pasties">><<set $activeSlave.clothes = "pasties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> + <</if>> <<if isItemAccessible("a police uniform")>> | <<link "Police uniform">><<set $activeSlave.clothes = "a police uniform",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> <</if>> diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index de74c7640df002df5e7e66c044a2fbc8d37018b0..b1bcbb4c6976170f60332d7d92c12d0c54532fff 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -98,7 +98,7 @@ $His enormous belly pushes out $his robe. <<case "a burqa">> $His enormous belly pushes out $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His enormous belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His enormous belly pushes out $his shirt. @@ -166,7 +166,7 @@ $His giant belly fills $his robe. <<case "a burqa">> $His giant belly pushes out $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His giant belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His giant belly pushes out $his shirt. @@ -242,7 +242,7 @@ $His massive gut has no room left to move within $his overstuffed robe. <<case "a burqa">> $His massive gut has no room left to move within $his overstuffed burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His massive belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His massive belly pushes out $his shirt. @@ -356,7 +356,7 @@ $His huge belly tents $his robe. <<case "a burqa">> $His huge belly tents $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His huge belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His huge belly pushes out $his shirt. @@ -452,7 +452,7 @@ Tons of jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> Some jiggling can be seen through $his burqa whenever $he moves. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Jiggling flesh can be seen through $his shirt whenever $he moves. @@ -566,7 +566,7 @@ Noticeable jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> A small amount of jiggling can be seen through $his burqa whenever $he moves. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> A small amount of jiggling can be seen through $his shirt whenever $he moves. @@ -688,7 +688,7 @@ $His big belly tents $his robe. <<case "a burqa">> $His big belly gently pushes against $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His big belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His big belly pushes out $his shirt. @@ -798,7 +798,7 @@ $His robe hides the jiggling motion of $his fat gut. <<case "a burqa">> $His burqa hides the jiggling motion of $his fat gut. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His fat gut jiggles freely. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt somewhat hides the jiggling motion of $his fat gut. @@ -908,7 +908,7 @@ $His growing belly gently tents $his abaya. <<case "a burqa">> $His burqa hides $his growing belly. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His growing belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt hides $his growing belly. @@ -1316,6 +1316,8 @@ <<else>> $His pussy is clearly visible through the thin gauze that covers it. <</if>> + <<case "pasties">> + $His crotch pastie is eye-catching as it moves with $him. <<case "slutty jewelry">> <<if ($activeSlave.dick != 0) && ($activeSlave.vagina != -1)>> $His belt of light chain has a lewd bauble over $his stomach; its weight pulls it down towards $his hermaphroditic genitalia with each step. @@ -1392,7 +1394,7 @@ $His enormous belly pushes out $his robe. <<case "a burqa">> $His enormous belly pushes out $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His enormous belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His enormous belly pushes out $his shirt. @@ -1470,7 +1472,7 @@ $His giant belly fills $his abaya. <<case "a burqa">> $His giant belly pushes out $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His giant belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His giant belly pushes out $his shirt. @@ -1556,7 +1558,7 @@ $His massive gut has no room left to move within $his overstuffed robe. <<case "a burqa">> $His massive gut has no room left to move within $his overstuffed burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His massive belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His massive belly jiggles under $his shirt. @@ -1676,7 +1678,7 @@ $His huge belly tents $his robe. <<case "a burqa">> $His huge belly tents $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His huge belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His huge belly lewdly stretches $his shirt. @@ -1790,7 +1792,7 @@ Some jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> Some jiggling can be seen through $his burqa whenever $he moves. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Some jiggling can be seen through $his shirt whenever $he moves. @@ -1910,7 +1912,7 @@ A small amount of jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> A small amount of jiggling can be seen through $his burqa whenever $he moves. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> A small amount of jiggling can be seen through $his shirt whenever $he moves. @@ -2028,7 +2030,7 @@ $His big belly gently pushes against $his robe. <<case "a burqa">> $His big belly gently pushes against $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His big belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His big belly gentlly pushes out $his shirt. @@ -2146,7 +2148,7 @@ $His robe hides the jiggling motion of $his fat gut. <<case "a burqa">> $His burqa hides the jiggling motion of $his fat gut. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Jiggling flesh can barely be seen through $his shirt whenever $he moves. @@ -2268,7 +2270,7 @@ $His robe totally conceals $his distended belly. <<case "a burqa">> $His burqa totally conceals $his distended belly. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His distended belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt totally conceals $his distended belly. @@ -2361,7 +2363,7 @@ $His massive gut has no room left to move within $his overstuffed robe. <<case "a burqa">> $His massive gut has no room left to move within $his overstuffed burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His massive jiggling gut is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> The taut material of $his shirt shows every jiggle in $his massive gut as $he moves. @@ -2485,7 +2487,7 @@ $His taut, sloshing belly pushes against $his robe. <<case "a burqa">> $His taut, sloshing belly pushes against $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His taut sloshing belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His taut, sloshing belly pushes against $his shirt. @@ -2597,7 +2599,7 @@ Some jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> Some jiggling can be seen through $his burqa whenever $he moves. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Small amounts of jiggling flesh can be seen through $his shirt whenever $he moves. @@ -2709,7 +2711,7 @@ A small amount of jiggling can be seen through $his robe whenever $he moves. <<case "a burqa">> A small amount of jiggling can be seen through $his burqa whenever $he moves. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His jiggling belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> Small amounts of jiggling flesh can be seen through $his shirt whenever $he moves. @@ -2837,7 +2839,7 @@ $His rounded, sloshing belly pushes against $his robe. <<case "a burqa">> $His rounded, sloshing belly pushes against $his burqa. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His rounded sloshing belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His rounded, sloshing belly pushes against $his shirt. @@ -2955,7 +2957,7 @@ $His robe hides the jiggling motion of $his fat gut. <<case "a burqa">> $His burqa hides the jiggling motion of $his fat gut. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His fat gut jiggles freely. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt somewhat hides the jiggling motion of $his fat gut. @@ -3075,7 +3077,7 @@ $His robe totally conceals $his distended belly. <<case "a burqa">> $His burqa totally conceals $his distended belly. - <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> + <<case "a bra" "a skimpy loincloth" "a slutty klan robe" "a sports bra" "a striped bra" "a thong" "a tube top" "a tube top and thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "sport shorts and a sports bra" "striped underwear">> $His distended belly is totally bare. <<case "a button-up shirt and panties" "a button-up shirt" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt">> $His shirt totally conceals $his distended belly. diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw index 30646575aaa8f208f2caaaa5dd5cb12aff75cf60..5404b24c82aa7c3c02073855c682b164bd7db9e3 100644 --- a/src/uncategorized/wardrobe.tw +++ b/src/uncategorized/wardrobe.tw @@ -408,7 +408,7 @@ The room containing all the clothes and accessories you have available to dress </td> <td> -<<set _model.clothes = either("boyshorts", "a bra", "kitty lingerie", "panties and pasties", "a skimpy loincloth", "a thong")>> +<<set _model.clothes = either("boyshorts", "a bra", "kitty lingerie", "panties and pasties", "a skimpy loincloth", "a thong", "pasties")>> <<if $seeImages == 1>> <div class= "imageRef smlImg"> <<SlaveArt _model 1 0>> diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw index 0309112121b208f18d5ff45bac8bfea7aac0ea24..32dab5ccdb2dbb72cbbaa3af3dc9f1c7292291ac 100644 --- a/src/uncategorized/wardrobeUse.tw +++ b/src/uncategorized/wardrobeUse.tw @@ -129,6 +129,8 @@ <<option "an oversized t-shirt" "Oversized t-shirt">> <<optionif `isItemAccessible("panties and pasties")`>> <<option "panties and pasties" "Panties and pasties">> + <<optionif `isItemAccessible("pasties")`>> + <<option "pasties" "Pasties">> <<optionif>> <<option "panties" "Panties">> <<optionif `isItemAccessible("a police uniform")`>> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index 20f712f69144d696c382bfe62b10f7b7146cf6fd..84898265c792ae83fb4a92841c8f20199b77b2bb 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -1293,7 +1293,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared <<switch $slaves[$i].clothes>> -<<case "a sports bra" "striped panties" "a scalemail bikini" "a string bikini" "a tube top and thong" "a bra" "a button-up shirt" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a striped bra" "a skimpy loincloth" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "boyshorts" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "striped underwear" "sport shorts and a sports bra" "sport shorts" "a slutty outfit">> /* easy or pointless to remove */ +<<case "a sports bra" "striped panties" "a scalemail bikini" "a string bikini" "a tube top and thong" "a bra" "a button-up shirt" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a striped bra" "a skimpy loincloth" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "boyshorts" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "striped underwear" "sport shorts and a sports bra" "sport shorts" "a slutty outfit">> /* easy or pointless to remove */ <<if _clothesSeed < 90>> <<set _undressed = 1>> <</if>> @@ -1726,7 +1726,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> -<<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a skimpy loincloth" "a sports bra" "a t-shirt" "an oversized t-shirt">> +<<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a skimpy loincloth" "a sports bra" "a t-shirt" "an oversized t-shirt" "pasties">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 3d100ce82d07f741d4cc4f0930c1181d6d4441bb..deb002871439754f466faf1335c49d2c4a9507a4 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -3423,7 +3423,7 @@ $He's got a <<else>> $activeSlave.slaveName's panties immodestly conceal $his pussy. <</if>> - <<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "an oversized t-shirt" "a t-shirt" "a sports bra" "pasties">> + <<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "an oversized t-shirt" "a t-shirt" "a sports bra">> <<if $activeSlave.dick > 6>> $his outfit does nothing to conceal $his swinging cock. <<elseif ($activeSlave.dick > 0) && ($activeSlave.vagina > -1)>> @@ -3435,6 +3435,14 @@ $He's got a <<else>> $activeSlave.slaveName's outfit does nothing to conceal $his pussy. <</if>> + <<case "pasties">> + <<if $activeSlave.dick > 0>> + $activeSlave.slaveName's cock is completely exposed, save for the pastie covering its head. + <<elseif $activeSlave.vagina == -1>> + $activeSlave.slaveName's featureless groin is completely exposed, save for the pastie covering $his secret hole. + <<else>> + $activeSlave.slaveName's pussy is completely exposed, save for the pastie covering $his clit. + <</if>> <<case "a gothic lolita dress">> <<if $activeSlave.dick > 6>> When $he moves, something occasionally bulges the front of $his dress. diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw index 415a1673df997f2316096c3c1246f0e04c3c0a48..f06764dde47d174fdc7c9c982b8f7ea72609c401 100644 --- a/src/utility/descriptionWidgetsPiercings.tw +++ b/src/utility/descriptionWidgetsPiercings.tw @@ -39,7 +39,7 @@ $He's wearing bronze earrings shaped like crucifixes. <<case "a long qipao" "a slutty qipao">> $His golden earrings resemble Eastern-style dragons. - <<case "a string bikini" "cutoffs and a t-shirt" "a t-shirt and panties" "panties and pasties" "jeans" "a sweater and cutoffs">> + <<case "a string bikini" "cutoffs and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "jeans" "a sweater and cutoffs">> $He's wearing girly earrings. <<case "a schoolgirl outfit">> $He's wearing small girlish earrings. @@ -487,7 +487,7 @@ $He has a corset piercing, a ladder of steel rings running up each side of $his <<case "overalls">> the straps of $his overalls run on each side of these loops. -<<case "a bra" "a skimpy loincloth" "a striped bra" "a thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "striped panties" "striped underwear">> +<<case "a bra" "a skimpy loincloth" "a striped bra" "a thong" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and pasties" "panties" "panties and pasties" "pasties" "sport shorts" "striped panties" "striped underwear">> the piercings are plainly visible on $his bare back. <<case "a tube top" "a tube top and thong" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a tank-top and panties" "leather pants and a tube top">> diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index f5fc4fe9c2035dca62e45b905943a560e6839c6f..ad58c922d7ebc7d379551e4ce5973009f6b28858 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -668,7 +668,7 @@ $activeSlave.slaveName is <<footwearDescription>> <</if>> -<<case "a bra" "a sports bra" "a striped bra">> +<<case "a bra" "a sports bra" "a striped bra" "pasties">> which only covers $his <<if ($activeSlave.amp == 1)>> breasts. @@ -1092,7 +1092,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties" "pasties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1154,7 +1154,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1216,7 +1216,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1276,7 +1276,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1338,7 +1338,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1399,7 +1399,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1460,7 +1460,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1505,7 +1505,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1589,7 +1589,7 @@ $His is in long tails and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in long tails and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in long tails and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in long tails and is kept out of $his face by a couple of sporty hairpins. @@ -1667,7 +1667,7 @@ $His is in long tails and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in long tails and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in long tails and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in long tails and is kept out of $his face by a couple of sporty hairpins. @@ -1745,7 +1745,7 @@ $His is in short braids and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in short braids and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in short braids and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in short braids and is kept out of $his face by a couple of sporty hairpins. @@ -1772,7 +1772,7 @@ $His is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is kept out of $his face by a couple of sporty hairpins. @@ -1854,7 +1854,7 @@ $His is in a long ponytail and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in a long ponytail and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in a long ponytail and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in a long ponytail and is kept out of $his face by a couple of sporty hairpins. @@ -1932,7 +1932,7 @@ $His is in a long ponytail and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in a long ponytail and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in a long ponytail and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in a long ponytail and is kept out of $his face by a couple of sporty hairpins. @@ -2010,7 +2010,7 @@ $His is in a ponytail and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in a ponytail and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in a ponytail and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in a ponytail and is kept out of $his face by a couple of sporty hairpins. @@ -2097,7 +2097,7 @@ $His is in long braids and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in long braids and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in long braids and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in long braids and is kept out of $his face by a couple of sporty hairpins. @@ -2171,7 +2171,7 @@ $His is in braids and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in braids and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in braids and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in braids and is kept out of $his face by a couple of sporty hairpins. @@ -2245,7 +2245,7 @@ $His is in short braids and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in short braids and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in short braids and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in short braids and is kept out of $his face by a couple of sporty hairpins. @@ -2332,7 +2332,7 @@ $His is in long dreadlocks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in long dreadlocks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in long dreadlocks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in long dreadlocks and is kept out of $his face by a couple of sporty hairpins. @@ -2410,7 +2410,7 @@ $His is in dreadlocks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in dreadlocks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in dreadlocks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in dreadlocks and is kept out of $his face by a couple of sporty hairpins. @@ -2484,7 +2484,7 @@ $His is in short dreadlocks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in short dreadlocks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in short dreadlocks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in short dreadlocks and is kept out of $his face by a couple of sporty hairpins. @@ -2571,7 +2571,7 @@ $His is curled into long flowing locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is curled into long flowing locks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is curled into long flowing locks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is curled into long flowing locks and is kept out of $his face by a couple of sporty hairpins. @@ -2645,7 +2645,7 @@ $His is curled into long locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is curled into long locks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is curled into long locks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is curled into long locks and is kept out of $his face by a couple of sporty hairpins. @@ -2719,7 +2719,7 @@ $His is curled into short locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is curled into short locks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is curled into short locks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is curled into short locks and is kept out of $his face by a couple of sporty hairpins. @@ -2806,7 +2806,7 @@ $His is permed and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is permed and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is permed and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is permed and is kept out of $his face by a couple of sporty hairpins. @@ -2880,7 +2880,7 @@ $His is permed and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is permed and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is permed and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is permed and is kept out of $his face by a couple of sporty hairpins. @@ -2956,7 +2956,7 @@ $His is permed into short waves and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is permed into short waves and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is permed into short waves and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is permed into short waves and is kept out of $his face by a couple of sporty hairpins. @@ -3012,7 +3012,7 @@ $His is in luxurious layered locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in luxurious layered locks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in luxurious layered locks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in luxurious layered locks and is kept out of $his face by a couple of sporty hairpins. @@ -3072,7 +3072,7 @@ $His is in luxurious layered locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in luxurious layered locks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in luxurious layered locks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in luxurious layered locks and is kept out of $his face by a couple of sporty hairpins. @@ -3132,7 +3132,7 @@ $His is in luxurious short layered locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in luxurious short layered locks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in luxurious short layered locks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in luxurious short layered locks and is kept out of $his face by a couple of sporty hairpins. @@ -3186,7 +3186,7 @@ $His is in luxurious short layered locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in luxurious short layered locks and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is in luxurious short layered locks and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is in luxurious short layered locks and is kept out of $his face by a couple of sporty hairpins. @@ -3252,7 +3252,7 @@ $His is shaved into a strip and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is shaved into a strip and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is shaved into a strip and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is shaved into a strip and is kept out of $his face by a couple of sporty hairpins. @@ -3305,7 +3305,7 @@ $His is shaved into a long braided strip and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is shaved into a long braided strip and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is shaved into a long braided strip and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is shaved into a long braided strip and is kept out of $his face by a couple of sporty hairpins. @@ -3358,7 +3358,7 @@ $His is shaved into a strip and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is shaved into a strip and is kept out of $his face by a dark-colored headband. - <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> + <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "pasties" "a sweater and cutoffs" "a button-up shirt and panties">> is shaved into a strip and is kept out of $his face by a couple of cute hairpins. <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts and a sports bra" "sport shorts">> is shaved into a strip and is kept out of $his face by a couple of sporty hairpins. @@ -4294,7 +4294,7 @@ $His nothing on $his feet, each individual toe of which is perfectly wrapped by the bodysuit. <</switch>> -<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "boyshorts" "cutoffs" "panties" "panties and pasties" "jeans" "a button-up shirt and panties" "a button-up shirt" "a t-shirt and jeans" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and panties" "a t-shirt" "a sweater and cutoffs" "a sweater" "a tank-top" "a sweater and panties" "a tank-top and panties" "a t-shirt and thong">> +<<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "boyshorts" "cutoffs" "panties" "panties and pasties" "pasties" "jeans" "a button-up shirt and panties" "a button-up shirt" "a t-shirt and jeans" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and panties" "a t-shirt" "a sweater and cutoffs" "a sweater" "a tank-top" "a sweater and panties" "a tank-top and panties" "a t-shirt and thong">> <<switch $activeSlave.shoes>> <<case "flats">> a pair of comfortable shoes. @@ -5351,7 +5351,7 @@ $His $His support band is completely exposed between $his top and bottom. <</if>> -<<case "a bra" "a striped bra" "a sports bra" "a thong" "panties" "a tube top" "a skimpy loincloth" "boyshorts" "cutoffs" "jeans" "sport shorts" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties and pasties">> +<<case "a bra" "a striped bra" "a sports bra" "a thong" "panties" "a tube top" "a skimpy loincloth" "boyshorts" "cutoffs" "jeans" "sport shorts" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties and pasties" "pasties">> <<if $activeSlave.bellyAccessory == "a corset">> $His sturdy corset is completely exposed. <<elseif $activeSlave.bellyAccessory == "an extreme corset">> @@ -5795,7 +5795,7 @@ $His <<else>> allows easy access to $his anus. <</if>> - <<case "conservative clothing" "a toga" "huipil" "cutoffs and a t-shirt" "battledress" "a long qipao" "battlearmor" "a mounty outfit" "lederhosen" "a dirndl" "a biyelgee costume" "slutty business attire" "nice business attire" "a military uniform" "a bunny outfit" "a nice nurse outfit" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform" "a tube top and thong" "a button-up shirt and panties" "a gothic lolita dress" "a hanbok" "a bra" "a button-up shirt" "a nice pony outfit" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a police uniform" "a striped bra" "a skimpy loincloth" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a sweater and panties" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "striped underwear" "sport shorts and a sports bra" "jeans" "a sweater and cutoffs" "leather pants and a tube top" "sport shorts">> + <<case "conservative clothing" "a toga" "huipil" "cutoffs and a t-shirt" "battledress" "a long qipao" "battlearmor" "a mounty outfit" "lederhosen" "a dirndl" "a biyelgee costume" "slutty business attire" "nice business attire" "a military uniform" "a bunny outfit" "a nice nurse outfit" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "a red army uniform" "a tube top and thong" "a button-up shirt and panties" "a gothic lolita dress" "a hanbok" "a bra" "a button-up shirt" "a nice pony outfit" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a police uniform" "a striped bra" "a skimpy loincloth" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a sweater and panties" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "striped underwear" "sport shorts and a sports bra" "jeans" "a sweater and cutoffs" "leather pants and a tube top" "sport shorts">> /* We could use chastity belt descriptions! */ <<default>> <<if ($activeSlave.anus > 2)>>