OoT: reenable MQ dungeon support

This commit is contained in:
espeon65536
2021-10-02 11:28:07 -05:00
committed by Fabian Dill
parent fa1b93252c
commit 0c59ad7e22
2 changed files with 9 additions and 2 deletions

View File

@@ -155,7 +155,6 @@ class OOTWorld(World):
# Determine which dungeons are MQ
# Possible future plan: allow user to pick which dungeons are MQ
self.mq_dungeons = 0 # temporary disable for client-side issues
mq_dungeons = self.world.random.sample(dungeon_table, self.mq_dungeons)
self.dungeon_mq = {item['name']: (item in mq_dungeons) for item in dungeon_table}