Funny enough, the mom masturbation scene isn't actually listed as part of the triggers.
Code:
elif sis_bedroom_count == 2 and sis_dialogue_advance == False:
Is what starts the scene with her on the bed. The bedroom_count var is set up by choosing:
Code:
"I don't have enough.":
show player 24 at left
show sis 10 at right
player_name "I don't have enough money on me..."
show sis 9 at right
show player 13 at left
show player 5 at left
sis "Too bad! Now get out of my room! Pervert!"
hide player 5 at left with dissolve
hide sis 9 at right with dissolve
$ sis_bedroom_count = 2
During the First time you snoop in the bedroom. The subsequent iterations of the scene do not contain the same variable counter. Easy enough to fix, but in the rpy files as they stand, that's all that's there.