From 644785b140bdaf44e463f51343e8d1a2b6ac5943 Mon Sep 17 00:00:00 2001 From: aerinon Date: Tue, 19 Nov 2019 06:52:36 -0700 Subject: [PATCH] Ice & TR door bugs --- Doors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doors.py b/Doors.py index 6e19d3db..75599c49 100644 --- a/Doors.py +++ b/Doors.py @@ -633,7 +633,7 @@ def create_doors(world, player): create_door(player, 'Ice Narrow Corridor WN', Intr).dir(We, 0x4e, Top, High).pos(0), create_door(player, 'Ice Narrow Corridor Down Stairs', Sprl).dir(Dn, 0x4e, 0, HTH).ss(S, 0x52, 0xc0, True, True), create_door(player, 'Ice Pengator Trap Up Stairs', Sprl).dir(Up, 0x6e, 0, HTH).ss(S, 0x5a, 0xac, True, True), - create_door(player, 'Ice Pengator Trap NE', Nrml).dir(No, 0x6e, Right, High).pos(0), + create_door(player, 'Ice Pengator Trap NE', Nrml).dir(No, 0x6e, Right, High).trap(0x4).pos(0), create_door(player, 'Ice Spike Cross SE', Nrml).dir(So, 0x5e, Right, High).pos(2), create_door(player, 'Ice Spike Cross ES', Nrml).dir(Ea, 0x5e, Bot, High).small_key().pos(0), create_door(player, 'Ice Spike Cross WS', Intr).dir(We, 0x5e, Bot, High).pos(3), @@ -838,7 +838,7 @@ def create_doors(world, player): create_door(player, 'TR Chain Chomps Down Stairs', Sprl).dir(Dn, 0xb6, 0, HTH).ss(A, 0x12, 0x80, True, True).small_key().pos(0), create_door(player, 'TR Pipe Pit Up Stairs', Sprl).dir(Up, 0x15, 0, HTH).ss(A, 0x1b, 0x6c), create_door(player, 'TR Pipe Pit WN', Nrml).dir(We, 0x15, Top, High).pos(1), - create_door(player, 'TR Pipe Ledge WS', Nrml).dir(We, 0x15, Left, High).no_exit().trap(0x4).pos(0), + create_door(player, 'TR Pipe Ledge WS', Nrml).dir(We, 0x15, Bot, High).no_exit().trap(0x4).pos(0), create_door(player, 'TR Pipe Ledge Drop Down', Lgcl), create_door(player, 'TR Lava Dual Pipes EN', Nrml).dir(Ea, 0x14, Top, High).pos(5), create_door(player, 'TR Lava Dual Pipes WN', Nrml).dir(We, 0x14, Top, High).pos(3),