mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add glitchless condition to ganon's castle junk fill
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user