Merge pull request #167 from KrisDavie/glitched_fixes_250316

More glitched fixes
This commit is contained in:
aerinon
2025-11-04 08:19:38 -07:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ def fill_dungeons_restrictive(world, shuffled_locations):
shuffled_locations.pop(i)
# place 2 HMG keys
hybrid_state_base = all_state_base.copy()
for x in bigs + smalls + prizes + others:
for x in bigs + smalls + others:
hybrid_state_base.collect(x, True)
hybrid_smalls = [ItemFactory('Small Key (Swamp Palace)', player)] * 2
fill(hybrid_state_base, hybrid_smalls, hybrid_locations, unplaced_smalls)