* Fixed Quidditch Quarrel hangout event still being played after the quidditch matches in some instances
This commit is contained in:
LoafyLemon 2022-07-17 17:19:15 +01:00
parent 568a1d1252
commit 0c5de9218e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ###