Add glitchless condition to ganon's castle junk fill
This commit is contained in:
parent
b0d5a51768
commit
4e18f24f3b
|
@ -654,6 +654,8 @@ class OOTWorld(World):
|
||||||
self.world.itempool.remove(item_to_place)
|
self.world.itempool.remove(item_to_place)
|
||||||
|
|
||||||
# Exclude locations in Ganon's Castle proportional to the number of items required to make the bridge
|
# 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':
|
if self.bridge == 'medallions':
|
||||||
ganon_junk_fill = self.bridge_medallions / 9
|
ganon_junk_fill = self.bridge_medallions / 9
|
||||||
elif self.bridge == 'stones':
|
elif self.bridge == 'stones':
|
||||||
|
|
Loading…
Reference in New Issue