From 2b826077fc93a53e6efa270b9f305353e12b9440 Mon Sep 17 00:00:00 2001 From: KrisDavie Date: Tue, 14 Feb 2023 12:14:28 +0100 Subject: [PATCH] Undo test doors check --- Doors.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Doors.py b/Doors.py index a3934e9c..ad83b67f 100644 --- a/Doors.py +++ b/Doors.py @@ -938,10 +938,8 @@ def create_doors(world, player): create_door(player, 'Mire Dark Shooters Up Stairs', Sprl).dir(Up, 0x93, 0, LTH).ss(A, 0x32, 0xec), create_door(player, 'Mire Dark Shooters SW', Intr).dir(So, 0x93, Left, High).pos(0), create_door(player, 'Mire Block X NW', Intr).dir(No, 0x93, Left, High).pos(0), - create_door(player, 'Mire Dark Shooters SE', Intr).dir(So, 0x93, Right, High).pos(1) if world.logic[player] == 'hybridglitches' else create_door(player, 'Mire Dark Shooters SE', Intr).dir(So, 0x93, Right, High).small_key().pos(1), - create_door(player, 'Mire Key Rupees NE', Intr).dir(No, 0x93, Right, High).pos(1) if world.logic[player] == 'hybridglitches' else create_door(player, 'Mire Key Rupees NE', Intr).dir(No, 0x93, Right, High).small_key().pos(1), - # create_door(player, 'Mire Dark Shooters SE', Intr).dir(So, 0x93, Right, High).small_key().pos(1), - # create_door(player, 'Mire Key Rupees NE', Intr).dir(No, 0x93, Right, High).small_key().pos(1), + create_door(player, 'Mire Dark Shooters SE', Intr).dir(So, 0x93, Right, High).small_key().pos(1), + create_door(player, 'Mire Key Rupees NE', Intr).dir(No, 0x93, Right, High).small_key().pos(1), create_door(player, 'Mire Block X WS', Nrml).dir(We, 0x93, Bot, High).pos(2), create_door(player, 'Mire Tall Dark and Roomy ES', Nrml).dir(Ea, 0x92, Bot, High).pos(4), create_door(player, 'Mire Tall Dark and Roomy WN', Intr).dir(We, 0x92, Top, High).pos(0),