forked from SilverStudioGames/WTS
Compare commits
No commits in common. "b2d1b66b054ce7b0c57918ed3d2fcaebb334835c" and "f9cf059f16635787fdca84e12ef3d6f4dfbb4076" have entirely different histories.
b2d1b66b05
...
f9cf059f16
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
default jerk_off_choice = None # Last jerk-off fantasy
|
||||||
|
|
||||||
label jerk_off:
|
label jerk_off:
|
||||||
call gen_chibi("jerk_off_behind_desk")
|
call gen_chibi("jerk_off_behind_desk")
|
||||||
with d3
|
with d3
|
||||||
@ -5,9 +8,8 @@ label jerk_off:
|
|||||||
|
|
||||||
gen "(How should I finish this thing?)" ("base", xpos="far_left", ypos="head")
|
gen "(How should I finish this thing?)" ("base", xpos="far_left", ypos="head")
|
||||||
|
|
||||||
$ renpy.dynamic(jerk_off_choice=None)
|
label .choice:
|
||||||
|
menu:
|
||||||
menu .choice:
|
|
||||||
"-Hermione's panties!-" if states.her.ev.panty_thief.acquired:
|
"-Hermione's panties!-" if states.her.ev.panty_thief.acquired:
|
||||||
$ jerk_off_choice = "hermione"
|
$ jerk_off_choice = "hermione"
|
||||||
$ states.her.ev.panty_thief.soaked = True
|
$ states.her.ev.panty_thief.soaked = True
|
||||||
|
Loading…
Reference in New Issue
Block a user