diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 0a01ea8e..9e3e89be 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -23,7 +23,7 @@ init python: settings.default("image_cache_size", 512) renpy.music.register_channel("background", "sfx", True) - renpy.music.register_channel("sound2", "sfx", True) + renpy.music.register_channel("sound2", "sfx", False) renpy.music.register_channel("weather", "weather", True) # Configuration