Add glitchless condition to ganon's castle junk fill

This commit is contained in:
espeon65536 2021-09-11 10:18:03 -05:00 committed by Fabian Dill
parent b0d5a51768
commit 4e18f24f3b
1 changed files with 21 additions and 19 deletions

View File

@ -654,6 +654,8 @@ class OOTWorld(World):
self.world.itempool.remove(item_to_place)
# Exclude locations in Ganon's Castle proportional to the number of items required to make the bridge
# Check for dungeon ER later
if self.logic_rules == 'glitchless':
if self.bridge == 'medallions':
ganon_junk_fill = self.bridge_medallions / 9
elif self.bridge == 'stones':