From 0c5de9218e265dafa2b2e3d050852a94105146bd Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Sun, 17 Jul 2022 17:19:15 +0100 Subject: [PATCH] Bug fix * Fixed Quidditch Quarrel hangout event still being played after the quidditch matches in some instances --- game/scripts/characters/snape/events/hangouts.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/characters/snape/events/hangouts.rpy b/game/scripts/characters/snape/events/hangouts.rpy index 6a529ad1..b2d71124 100644 --- a/game/scripts/characters/snape/events/hangouts.rpy +++ b/game/scripts/characters/snape/events/hangouts.rpy @@ -54,7 +54,7 @@ label snape_hangout: jump ss_he_hermione_strip # Get to invite Snape to watch. # (Quidditch) Ask Snape for help with Slytherins. - if cho_quid.E6_complete and not cho_quid.E9_complete: + if cho_quid.E6_complete and not cho_quid.E8_complete and not cho_quid.E9_complete: jump cho_quid_E9 ### Snape Stories ###