From e1374492de2d26c96fe73cee765d192771f09b59 Mon Sep 17 00:00:00 2001 From: David St-Louis Date: Sat, 22 Jul 2023 12:02:02 -0400 Subject: [PATCH] DOOM 1993: Fixed bad level exit regions (#2007) --- worlds/doom_1993/Locations.py | 44 +++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/worlds/doom_1993/Locations.py b/worlds/doom_1993/Locations.py index 2561e76a..92b1879c 100644 --- a/worlds/doom_1993/Locations.py +++ b/worlds/doom_1993/Locations.py @@ -1944,7 +1944,7 @@ location_table: Dict[int, LocationDict] = { 'map': 6, 'index': -1, 'doom_type': -1, - 'region': "Central Processing (E1M6) Main"}, + 'region': "Central Processing (E1M6) Yellow"}, 351322: {'name': 'Command Center (E2M5) - Exit', 'episode': 2, 'map': 5, @@ -1956,25 +1956,25 @@ location_table: Dict[int, LocationDict] = { 'map': 4, 'index': -1, 'doom_type': -1, - 'region': "Command Control (E1M4) Main"}, + 'region': "Command Control (E1M4) Yellow"}, 351324: {'name': 'Computer Station (E1M7) - Exit', 'episode': 1, 'map': 7, 'index': -1, 'doom_type': -1, - 'region': "Computer Station (E1M7) Main"}, + 'region': "Computer Station (E1M7) Blue"}, 351325: {'name': 'Containment Area (E2M2) - Exit', 'episode': 2, 'map': 2, 'index': -1, 'doom_type': -1, - 'region': "Containment Area (E2M2) Main"}, + 'region': "Containment Area (E2M2) Red"}, 351326: {'name': 'Deimos Anomaly (E2M1) - Exit', 'episode': 2, 'map': 1, 'index': -1, 'doom_type': -1, - 'region': "Deimos Anomaly (E2M1) Main"}, + 'region': "Deimos Anomaly (E2M1) Blue"}, 351327: {'name': 'Deimos Lab (E2M4) - Exit', 'episode': 2, 'map': 4, @@ -1992,13 +1992,13 @@ location_table: Dict[int, LocationDict] = { 'map': 9, 'index': -1, 'doom_type': -1, - 'region': "Fortress of Mystery (E2M9) Main"}, + 'region': "Fortress of Mystery (E2M9) Yellow"}, 351330: {'name': 'Halls of the Damned (E2M6) - Exit', 'episode': 2, 'map': 6, 'index': -1, 'doom_type': -1, - 'region': "Halls of the Damned (E2M6) Main"}, + 'region': "Halls of the Damned (E2M6) Blue Yellow Red"}, 351331: {'name': 'Hangar (E1M1) - Exit', 'episode': 1, 'map': 1, @@ -2010,73 +2010,73 @@ location_table: Dict[int, LocationDict] = { 'map': 1, 'index': -1, 'doom_type': -1, - 'region': "Hell Keep (E3M1) Main"}, + 'region': "Hell Keep (E3M1) Narrow"}, 351333: {'name': 'House of Pain (E3M4) - Exit', 'episode': 3, 'map': 4, 'index': -1, 'doom_type': -1, - 'region': "House of Pain (E3M4) Main"}, + 'region': "House of Pain (E3M4) Red"}, 351334: {'name': 'Limbo (E3M7) - Exit', 'episode': 3, 'map': 7, 'index': -1, 'doom_type': -1, - 'region': "Limbo (E3M7) Main"}, + 'region': "Limbo (E3M7) Yellow"}, 351335: {'name': 'Military Base (E1M9) - Exit', 'episode': 1, 'map': 9, 'index': -1, 'doom_type': -1, - 'region': "Military Base (E1M9) Main"}, + 'region': "Military Base (E1M9) Blue"}, 351336: {'name': 'Mt. Erebus (E3M6) - Exit', 'episode': 3, 'map': 6, 'index': -1, 'doom_type': -1, - 'region': "Mt. Erebus (E3M6) Main"}, + 'region': "Mt. Erebus (E3M6) Blue"}, 351337: {'name': 'Nuclear Plant (E1M2) - Exit', 'episode': 1, 'map': 2, 'index': -1, 'doom_type': -1, - 'region': "Nuclear Plant (E1M2) Main"}, + 'region': "Nuclear Plant (E1M2) Red"}, 351338: {'name': 'Pandemonium (E3M3) - Exit', 'episode': 3, 'map': 3, 'index': -1, 'doom_type': -1, - 'region': "Pandemonium (E3M3) Main"}, + 'region': "Pandemonium (E3M3) Blue"}, 351339: {'name': 'Phobos Anomaly (E1M8) - Exit', 'episode': 1, 'map': 8, 'index': -1, 'doom_type': -1, - 'region': "Phobos Anomaly (E1M8) Start"}, + 'region': "Phobos Anomaly (E1M8) Main"}, 351340: {'name': 'Phobos Lab (E1M5) - Exit', 'episode': 1, 'map': 5, 'index': -1, 'doom_type': -1, - 'region': "Phobos Lab (E1M5) Main"}, + 'region': "Phobos Lab (E1M5) Blue"}, 351341: {'name': 'Refinery (E2M3) - Exit', 'episode': 2, 'map': 3, 'index': -1, 'doom_type': -1, - 'region': "Refinery (E2M3) Main"}, + 'region': "Refinery (E2M3) Blue"}, 351342: {'name': 'Slough of Despair (E3M2) - Exit', 'episode': 3, 'map': 2, 'index': -1, 'doom_type': -1, - 'region': "Slough of Despair (E3M2) Main"}, + 'region': "Slough of Despair (E3M2) Blue"}, 351343: {'name': 'Spawning Vats (E2M7) - Exit', 'episode': 2, 'map': 7, 'index': -1, 'doom_type': -1, - 'region': "Spawning Vats (E2M7) Main"}, + 'region': "Spawning Vats (E2M7) Red"}, 351344: {'name': 'Tower of Babel (E2M8) - Exit', 'episode': 2, 'map': 8, @@ -2088,19 +2088,19 @@ location_table: Dict[int, LocationDict] = { 'map': 3, 'index': -1, 'doom_type': -1, - 'region': "Toxin Refinery (E1M3) Main"}, + 'region': "Toxin Refinery (E1M3) Blue"}, 351346: {'name': 'Unholy Cathedral (E3M5) - Exit', 'episode': 3, 'map': 5, 'index': -1, 'doom_type': -1, - 'region': "Unholy Cathedral (E3M5) Main"}, + 'region': "Unholy Cathedral (E3M5) Blue"}, 351347: {'name': 'Warrens (E3M9) - Exit', 'episode': 3, 'map': 9, 'index': -1, 'doom_type': -1, - 'region': "Warrens (E3M9) Main"}, + 'region': "Warrens (E3M9) Red"}, }