diff --git a/game/scripts/characters/hermione/events/favors/lets_have_sex.rpy b/game/scripts/characters/hermione/events/favors/lets_have_sex.rpy index 9e2b6a9e..cab7612a 100644 --- a/game/scripts/characters/hermione/events/favors/lets_have_sex.rpy +++ b/game/scripts/characters/hermione/events/favors/lets_have_sex.rpy @@ -255,6 +255,8 @@ label hg_pf_sex_T6_intro_E1: hide hermione_main with fade + $ her_outfit_last.save() + if hermione.is_any_worn("clothes"): play sound "sounds/cloth_sound3.ogg" $ hermione.strip("clothes") @@ -325,6 +327,8 @@ label hg_pf_sex_T6_intro_E2: hide hermione_main with fade + $ her_outfit_last.save() + if hermione.is_any_worn("clothes"): play sound "sounds/cloth_sound3.ogg" $ hermione.strip("clothes") @@ -390,6 +394,8 @@ label hg_pf_sex_T6_intro_E3: hide hermione_main with fade + $ her_outfit_last.save() + if hermione.is_any_worn("clothes"): play sound "sounds/cloth_sound3.ogg" $ hermione.strip("clothes") @@ -462,6 +468,8 @@ label hg_pf_sex_T6_E3: # repeats hide hermione_main with fade + $ her_outfit_last.save() + if hermione.is_any_worn("clothes"): play sound "sounds/cloth_sound3.ogg" $ hermione.strip("clothes")