From 47096ba09d356ba7ab9c24d9e655d67453033215 Mon Sep 17 00:00:00 2001 From: Johnny28 Date: Fri, 7 Jul 2023 14:00:00 +0200 Subject: [PATCH] Fix * Fixed Hermione not taking bra off during "admire breasts" with certain clothing configuration. --- .../hermione/events/favors/show_me_your_tits_branches.rpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy b/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy index 2f3f5fed..61022266 100644 --- a/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy +++ b/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy @@ -26,7 +26,8 @@ label hg_pf_admire_breasts_transition: $ hermione.strip("top", "bra", "accessory") pause 2.0 else: - $ hermione.strip("accessory") + $ hermione.strip("accessory", "bra") + pause 2.0 her @ cheeks blush "" ("angry", "happyCl", "base", "down", trans=d3) call ctc