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")