Added Mire Torches holes
Fixed simple generation issue with crossed Typo in gui Killed the dungeon changer door in throne room
This commit is contained in:
2
Doors.py
2
Doors.py
@@ -789,8 +789,10 @@ def create_doors(world, player):
|
||||
create_door(player, 'Mire Warping Pool Warp', Warp),
|
||||
create_door(player, 'Mire Torches Top Down Stairs', Sprl).dir(Dn, 0x97, 0, HTH).ss(A, 0x11, 0xb0, True).kill(),
|
||||
create_door(player, 'Mire Torches Top SW', Intr).dir(So, 0x97, Left, High).pos(1),
|
||||
create_door(player, 'Mire Torches Bottom Holes', Hole),
|
||||
create_door(player, 'Mire Torches Bottom NW', Intr).dir(No, 0x97, Left, High).pos(1),
|
||||
create_door(player, 'Mire Torches Bottom WS', Intr).dir(We, 0x97, Bot, High).pos(0),
|
||||
create_door(player, 'Mire Torches Top Holes', Hole),
|
||||
create_door(player, 'Mire Attic Hint ES', Intr).dir(Ea, 0x97, Bot, High).pos(0),
|
||||
create_door(player, 'Mire Attic Hint Hole', Hole),
|
||||
create_door(player, 'Mire Dark Shooters Up Stairs', Sprl).dir(Up, 0x93, 0, LTH).ss(A, 0x32, 0xec),
|
||||
|
||||
Reference in New Issue
Block a user