From e41e277f7b6ff6362aee38c82a70da4708b6c596 Mon Sep 17 00:00:00 2001 From: Map Date: Sat, 5 Oct 2024 09:03:18 -0500 Subject: [PATCH] Re-enable voices volume slider --- game/options.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/options.rpy b/game/options.rpy index 163a4d7..f8f87a4 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -48,7 +48,7 @@ define build.name = "SnootGame" define config.has_sound = True define config.has_music = True -define config.has_voice = False +define config.has_voice = True define config.play_channel = "uisounds"