* Fixed issue where Hermione's outfit would revert when picking "naked" option during sex.
This commit is contained in:
Johnny28 2023-10-15 21:04:38 +02:00
parent fb14f83e21
commit 1d6be6a490
1 changed files with 8 additions and 0 deletions

View File

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