From 8907583f0cc0765539bc3a1c0029ffbe4b4a65ec Mon Sep 17 00:00:00 2001 From: LollipopScythe <lollipopscythe@protonmail.com> Date: Wed, 11 Dec 2024 20:24:38 +0000 Subject: [PATCH] Fixed minor issues with 2 of the new school changing room text events --- game/overworld-town/loc-school/changing-rooms-widgets.twee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/overworld-town/loc-school/changing-rooms-widgets.twee b/game/overworld-town/loc-school/changing-rooms-widgets.twee index 0d5f72f659..7647267f77 100644 --- a/game/overworld-town/loc-school/changing-rooms-widgets.twee +++ b/game/overworld-town/loc-school/changing-rooms-widgets.twee @@ -262,7 +262,7 @@ "I don't think you're going to impress anyone with that little thing." <</if>> <br><br> - <<if hasSexStat("promiscuity", 2)>> + <<if _uncomfortable>> You give a sheepish response and do your best to end the conversation as quickly as possible. <<stress 5>><<gstress>> <<else>> You give a polite response and make some casual small talk while you finish getting changed. @@ -322,7 +322,7 @@ <</if>> <<if $worn.over_lower.name is "naked" and $worn.lower.name is "naked" and $worn.under_lower.name isnot "naked" and $worn.under_lower.reveal gte 500>> <<addinlineevent "schoolChangingRoomGirlsEvent">> - "Ooh, those are pretty," one of your classmates says, running a finger along the waistband. . "<<= either("I'll have to pick some up myself," "I bet they'd look even better on my bedroom floor", "I bet what's underneath is even nicer")>>." She gives you a suggestive look, but leaves you alone to get changed. <<arousal 100>><<garousal>><<if $exhibitionism lte 100>><<stress 5>><</if>> + "Ooh, those are pretty," one of your classmates says, running a finger along the waistband. "<<= either("I'll have to pick some up myself", "I bet they'd look even better on my bedroom floor", "I bet what's underneath is even nicer")>>." She gives you a suggestive look, but leaves you alone to get changed. <<arousal 100>><<garousal>><<if _uncomfortable>><<stress 5>><</if>> <</addinlineevent>> <</if>> <<if $player.breastsize lte 2>> -- GitLab