-Fix for Inverted Mode: Dark Lake Hylia shop sells a blue potion

-Fix for Ijwu's enemizer: Boss door in Thieves' Town no longer closes after the maiden hint
-AllowAccidentalMajorGlitches set for no logic
This commit is contained in:
aerinon
2022-01-04 22:10:42 -07:00
parent 74155ec5ae
commit 45bb92151f
4 changed files with 8 additions and 1 deletions

View File

@@ -957,6 +957,7 @@ def create_shops(world, player):
if world.mode[player] == 'inverted' and region_name == 'Dark Lake Hylia Shop':
locked = True
inventory = [('Blue Potion', 160), ('Blue Shield', 50), ('Bombs (10)', 50)]
custom = True
region = world.get_region(region_name, player)
shop = Shop(region, room_id, type, shopkeeper, custom, locked, sram)
region.shop = shop