Compare commits

...

3 Commits

Author SHA1 Message Date
Gouvernathor b2d1b66b05 Hasten elif chain
avoid reevaluating the choice equality
2023-11-15 01:03:03 +01:00
Gouvernathor 65ae5ce797 Use renpy statement instead of python equivalent 2023-11-15 00:57:25 +01:00
Gouvernathor a39641f5cb Use dynamic variable and condense menu-label syntax
The label is jumped to and not called, but the variable will still clean itself up eventually
2023-11-15 00:57:00 +01:00
2 changed files with 73 additions and 69 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,3 @@
default jerk_off_choice = None # Last jerk-off fantasy
label jerk_off:
call gen_chibi("jerk_off_behind_desk")
with d3
@ -8,8 +5,9 @@ label jerk_off:
gen "(How should I finish this thing?)" ("base", xpos="far_left", ypos="head")
label .choice:
menu:
$ renpy.dynamic(jerk_off_choice=None)
menu .choice:
"-Hermione's panties!-" if states.her.ev.panty_thief.acquired:
$ jerk_off_choice = "hermione"
$ states.her.ev.panty_thief.soaked = True