diff --git a/game/scripts/characters/tonks/wardrobe_reactions.rpy b/game/scripts/characters/tonks/wardrobe_reactions.rpy index 269e5ea0..555804b2 100644 --- a/game/scripts/characters/tonks/wardrobe_reactions.rpy +++ b/game/scripts/characters/tonks/wardrobe_reactions.rpy @@ -543,6 +543,14 @@ label ton_reaction_equip_outfit(item): ton "The what?" ("soft", "base", "base", "mid") ton "Oh, yes... Certainly." ("base", "base", "base", "mid") + elif item == ton_outfit_mechanic: + + gen "You know, I think you would look great in this mechanic attire." ("base", xpos="far_left", ypos="head") + ton "A mechanic you say?" ("open", "base", "raised", "mid") + ton "I don't know what kind of school mechanics attend, or what kind of magic they use, but I sure do like their fashion taste." ("horny", "base", "base", "down") + ton "Sure, I'll wear it." ("base", "narrow", "base", "mid") + gen "Splendid." ("base", xpos="far_left", ypos="head") + # TODO: Blacklist fallbacks have to be added. return diff --git a/game/scripts/shops/dress/chitchats.rpy b/game/scripts/shops/dress/chitchats.rpy index 61c43fa1..108f70cf 100644 --- a/game/scripts/shops/dress/chitchats.rpy +++ b/game/scripts/shops/dress/chitchats.rpy @@ -783,6 +783,24 @@ label purchase_outfit(item): gen "..." ("base", xpos="far_left", ypos="head") gen "Just ask him and I'm sure he'll know." ("base", xpos="far_left", ypos="head") + elif item == ton_outfit_mechanic: + gen "Could you make me a mechanic attire?" ("base", xpos="far_left", ypos="head") + maf "A mechanic attire?" + gen "You know, a mechanic, a person whose sole job is repairing things like cars, machinery, you name it." ("base", xpos="far_left", ypos="head") + maf "I see, one of those muggle jobs." + maf "Speaking of repairs--" + gen "Nope, sorry, I don't know how to fix your computer." ("base", xpos="far_left", ypos="head") + maf "My what?" + gen "Nevermind." ("base", xpos="far_left", ypos="head") + maf "I only wanted to say that maybe it's time to quit loafing around, our roof is leaking again." + gen "Oh. Sure, I'll get Snape to fix that as soon as possible." ("base", xpos="far_left", ypos="head") + maf "Do you mean Mr Filch?" + gen "(I didn't know his reputation was so low people call him filth so openly...)" ("base", xpos="far_left", ypos="head") + gen "Sure, whatever." ("base", xpos="far_left", ypos="head") + maf "Thank you, professor." + maf "As for your outfit, it should be done in a timely fashion." + gen "Sweet." ("base", xpos="far_left", ypos="head") + # # Susan Bones #