From e779c49ae10198c92b64fb64011b147acfe15767 Mon Sep 17 00:00:00 2001 From: Johnny Date: Wed, 15 Jun 2022 16:57:38 +0200 Subject: [PATCH] Susan School uniform outfit chat --- game/scripts/characters/susan/wardrobe_reactions.rpy | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/game/scripts/characters/susan/wardrobe_reactions.rpy b/game/scripts/characters/susan/wardrobe_reactions.rpy index 757449a1..adcbfd1c 100644 --- a/game/scripts/characters/susan/wardrobe_reactions.rpy +++ b/game/scripts/characters/susan/wardrobe_reactions.rpy @@ -150,10 +150,18 @@ label sus_reaction_unequip_fail(item): return label sus_reaction_equip_outfit(item): + ######################## + ## Default Schoolgirl ## + ######################## + if item == _sus_outfit_default: + gen "Could you put on your regular school uniform for me?" + sus "Of course, [sus_genie_name]." ("base", "eager", "base", "mid") + sus "I'll just go and change real quick..." ("base", "eager", "base", "mid") + ########################## ## Muggle Casual Outfit ## ########################## - if item == sus_outfit_muggle_casual1: + elif item == sus_outfit_muggle_casual1: gen "Could you put on your normal clothing for me." ("base", xpos="far_left", ypos="head") sus "What do you... *Ehm*... Which clothing, [sus_genie_name]?" ("open", "narrow", "worried", "mid") gen "The boring sweater one, and the jeans." ("base", xpos="far_left", ypos="head")