Bug fix
* Fixed Quidditch Quarrel hangout event still being played after the quidditch matches in some instances
This commit is contained in:
parent
568a1d1252
commit
0c5de9218e
@ -54,7 +54,7 @@ label snape_hangout:
|
|||||||
jump ss_he_hermione_strip # Get to invite Snape to watch.
|
jump ss_he_hermione_strip # Get to invite Snape to watch.
|
||||||
|
|
||||||
# (Quidditch) Ask Snape for help with Slytherins.
|
# (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
|
jump cho_quid_E9
|
||||||
|
|
||||||
### Snape Stories ###
|
### Snape Stories ###
|
||||||
|
Loading…
Reference in New Issue
Block a user