diff --git a/game/options.rpy b/game/options.rpy index 009dde0..37bb07e 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -159,17 +159,16 @@ default persistent.lewd = False default persistent.autoup = False default persistent.show_mod_screenshots = True default persistent.gallery_edgescroll = True +default persistent.scroll = False init -999 python: if persistent.newmods_default_state == None: persistent.newmods_default_state = False init python: - # No idea what this does + # Makes going forward on the scroll wheel advance dialogue, rather than just seen dialogue if persistent.scroll == True: config.keymap['dismiss'].append('mousedown_4') - elif persistent.scroll == None: - persistent.scroll = False ##Default Audio is not ear rape define config.default_music_volume = 0.48