From bf6b2a63196349ab18bab270376bc3361ea96c40 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Thu, 21 Nov 2024 17:13:09 +0000 Subject: [PATCH] Bug fixes - continued --- .../characters/cho/events/quidditch/hufflepuff_match.rpy | 4 ---- .../characters/cho/events/quidditch/slytherin_match.rpy | 4 ---- 2 files changed, 8 deletions(-) diff --git a/game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy b/game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy index 18da2dc8..14511e75 100644 --- a/game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy +++ b/game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy @@ -184,10 +184,6 @@ label hufflepuff_match: call blkfade - # Sound check - if get_volume_preference('music') < 0.1 or get_volume_preference('sfx') < 0.1: - nar "This section of the game is best played with the sound turned on. Go to settings, then audio to adjust the volume." - pause 1 # Quidditch stands diff --git a/game/scripts/characters/cho/events/quidditch/slytherin_match.rpy b/game/scripts/characters/cho/events/quidditch/slytherin_match.rpy index 9f9304f8..5f098715 100644 --- a/game/scripts/characters/cho/events/quidditch/slytherin_match.rpy +++ b/game/scripts/characters/cho/events/quidditch/slytherin_match.rpy @@ -264,10 +264,6 @@ label slytherin_match: stop background fadeout 2 call blkfade - # Sound check - if get_volume_preference('music') < 0.1 or get_volume_preference('sfx') < 0.1: - nar "This section of the game is best played with the sound turned on. Go to preferences to set the volume." - pause 1 # Quidditch stands