Minor fix
* Stripping adjustment during Hermione panty thief.
This commit is contained in:
parent
52929e9695
commit
ef3913bcfa
@ -127,9 +127,11 @@ label hg_pr_panty_thief_e1:
|
|||||||
with d3
|
with d3
|
||||||
|
|
||||||
if hermione.is_worn("panties"):
|
if hermione.is_worn("panties"):
|
||||||
$ hermione.strip("robe", "accessory")
|
$ hermione.strip("robe", "accessory", "bottom")
|
||||||
|
pause 0.5
|
||||||
$ hermione.strip("panties")
|
$ hermione.strip("panties")
|
||||||
nar "Suddenly Hermione bends forward and takes off her panties."
|
nar "Suddenly Hermione bends forward and takes off her panties."
|
||||||
|
$ hermione.wear("robe", "accessory", "bottom")
|
||||||
else:
|
else:
|
||||||
if hermione.is_any_worn("robe", "top", "bottom"):
|
if hermione.is_any_worn("robe", "top", "bottom"):
|
||||||
nar "Suddenly Hermione reaches inside one of her hidden pockets."
|
nar "Suddenly Hermione reaches inside one of her hidden pockets."
|
||||||
@ -157,9 +159,11 @@ label hg_pr_panty_thief_e1:
|
|||||||
with d3
|
with d3
|
||||||
|
|
||||||
if hermione.is_worn("panties"):
|
if hermione.is_worn("panties"):
|
||||||
$ hermione.strip("robe", "accessory")
|
$ hermione.strip("robe", "accessory", "bottom")
|
||||||
|
pause 0.5
|
||||||
$ hermione.strip("panties")
|
$ hermione.strip("panties")
|
||||||
nar "Suddenly Hermione bends forward and takes off her panties."
|
nar "Suddenly Hermione bends forward and takes off her panties."
|
||||||
|
$ hermione.wear("robe", "accessory", "bottom")
|
||||||
else:
|
else:
|
||||||
if hermione.is_any_worn("robe", "top", "bottom"):
|
if hermione.is_any_worn("robe", "top", "bottom"):
|
||||||
nar "Suddenly Hermione reaches inside one of her hidden pockets."
|
nar "Suddenly Hermione reaches inside one of her hidden pockets."
|
||||||
@ -186,9 +190,11 @@ label hg_pr_panty_thief_e1:
|
|||||||
with d3
|
with d3
|
||||||
|
|
||||||
if hermione.is_worn("panties"):
|
if hermione.is_worn("panties"):
|
||||||
$ hermione.strip("robe", "accessory")
|
$ hermione.strip("robe", "accessory", "bottom")
|
||||||
|
pause 0.5
|
||||||
$ hermione.strip("panties")
|
$ hermione.strip("panties")
|
||||||
nar "Suddenly Hermione bends forward and takes off her panties."
|
nar "Suddenly Hermione bends forward and takes off her panties."
|
||||||
|
$ hermione.wear("robe", "accessory", "bottom")
|
||||||
else:
|
else:
|
||||||
if hermione.is_any_worn("top", "bottom"):
|
if hermione.is_any_worn("top", "bottom"):
|
||||||
nar "Hermione pulls her panties out of her pocket."
|
nar "Hermione pulls her panties out of her pocket."
|
||||||
@ -212,9 +218,11 @@ label hg_pr_panty_thief_e1:
|
|||||||
with d3
|
with d3
|
||||||
|
|
||||||
if hermione.is_worn("panties"):
|
if hermione.is_worn("panties"):
|
||||||
$ hermione.strip("robe", "accessory")
|
$ hermione.strip("robe", "accessory", "bottom")
|
||||||
|
pause 0.5
|
||||||
$ hermione.strip("panties")
|
$ hermione.strip("panties")
|
||||||
nar "Hermione takes off her panties without hesitation."
|
nar "Hermione takes off her panties without hesitation."
|
||||||
|
$ hermione.wear("robe", "accessory", "bottom")
|
||||||
else:
|
else:
|
||||||
if hermione.is_any_worn("top", "bottom"):
|
if hermione.is_any_worn("top", "bottom"):
|
||||||
nar "Suddenly Hermione reaches inside one of her hidden pockets."
|
nar "Suddenly Hermione reaches inside one of her hidden pockets."
|
||||||
|
Loading…
Reference in New Issue
Block a user