Bugfix
* Fixed issue where Hermione's outfit would revert when picking "naked" option during sex.
This commit is contained in:
parent
fb14f83e21
commit
1d6be6a490
@ -255,6 +255,8 @@ label hg_pf_sex_T6_intro_E1:
|
|||||||
hide hermione_main
|
hide hermione_main
|
||||||
with fade
|
with fade
|
||||||
|
|
||||||
|
$ her_outfit_last.save()
|
||||||
|
|
||||||
if hermione.is_any_worn("clothes"):
|
if hermione.is_any_worn("clothes"):
|
||||||
play sound "sounds/cloth_sound3.ogg"
|
play sound "sounds/cloth_sound3.ogg"
|
||||||
$ hermione.strip("clothes")
|
$ hermione.strip("clothes")
|
||||||
@ -325,6 +327,8 @@ label hg_pf_sex_T6_intro_E2:
|
|||||||
hide hermione_main
|
hide hermione_main
|
||||||
with fade
|
with fade
|
||||||
|
|
||||||
|
$ her_outfit_last.save()
|
||||||
|
|
||||||
if hermione.is_any_worn("clothes"):
|
if hermione.is_any_worn("clothes"):
|
||||||
play sound "sounds/cloth_sound3.ogg"
|
play sound "sounds/cloth_sound3.ogg"
|
||||||
$ hermione.strip("clothes")
|
$ hermione.strip("clothes")
|
||||||
@ -390,6 +394,8 @@ label hg_pf_sex_T6_intro_E3:
|
|||||||
hide hermione_main
|
hide hermione_main
|
||||||
with fade
|
with fade
|
||||||
|
|
||||||
|
$ her_outfit_last.save()
|
||||||
|
|
||||||
if hermione.is_any_worn("clothes"):
|
if hermione.is_any_worn("clothes"):
|
||||||
play sound "sounds/cloth_sound3.ogg"
|
play sound "sounds/cloth_sound3.ogg"
|
||||||
$ hermione.strip("clothes")
|
$ hermione.strip("clothes")
|
||||||
@ -462,6 +468,8 @@ label hg_pf_sex_T6_E3: # repeats
|
|||||||
hide hermione_main
|
hide hermione_main
|
||||||
with fade
|
with fade
|
||||||
|
|
||||||
|
$ her_outfit_last.save()
|
||||||
|
|
||||||
if hermione.is_any_worn("clothes"):
|
if hermione.is_any_worn("clothes"):
|
||||||
play sound "sounds/cloth_sound3.ogg"
|
play sound "sounds/cloth_sound3.ogg"
|
||||||
$ hermione.strip("clothes")
|
$ hermione.strip("clothes")
|
||||||
|
Loading…
Reference in New Issue
Block a user