Don't fix fake worlds for glitched modes.

Pre-open pyramid for crystals goal with entrance shuffles that don't move Ganon (vanilla, dungeon-only shuffles)
This commit is contained in:
compiling
2020-10-31 14:37:34 +11:00
parent c6c4b58c93
commit dc5319ae97
2 changed files with 6 additions and 5 deletions

View File

@@ -73,7 +73,8 @@ class World(object):
self.customitemarray = customitemarray
self.can_take_damage = True
self.difficulty_requirements = None
self.fix_fake_world = True
self.fix_fake_world = logic not in ['owglitches', 'nologic'] or shuffle in ['crossed', 'insanity', 'madness_legacy']
self.pre_open_pyramid = goal == 'crystals' and shuffle in ['vanilla', 'dungeonssimple', 'dungeonsfull']
self.boss_shuffle = boss_shuffle
self.hints = hints
self.crystals_needed_for_ganon = 7