mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
DOOM 1993: Logic fixes
This commit is contained in:
@@ -1794,13 +1794,13 @@ location_table: Dict[int, LocationDict] = {
|
||||
'map': 7,
|
||||
'index': 65,
|
||||
'doom_type': 2004,
|
||||
'region': "Limbo (E3M7) Red"},
|
||||
'region': "Limbo (E3M7) Green"},
|
||||
351297: {'name': 'Limbo (E3M7) - Armor',
|
||||
'episode': 3,
|
||||
'map': 7,
|
||||
'index': 67,
|
||||
'doom_type': 2018,
|
||||
'region': "Limbo (E3M7) Red"},
|
||||
'region': "Limbo (E3M7) Green"},
|
||||
351298: {'name': 'Limbo (E3M7) - Yellow skull key',
|
||||
'episode': 3,
|
||||
'map': 7,
|
||||
@@ -2496,19 +2496,19 @@ location_table: Dict[int, LocationDict] = {
|
||||
'map': 6,
|
||||
'index': 77,
|
||||
'doom_type': 38,
|
||||
'region': "Against Thee Wickedly (E4M6) Yellow"},
|
||||
'region': "Against Thee Wickedly (E4M6) Magenta"},
|
||||
351414: {'name': 'Against Thee Wickedly (E4M6) - Invulnerability',
|
||||
'episode': 4,
|
||||
'map': 6,
|
||||
'index': 78,
|
||||
'doom_type': 2022,
|
||||
'region': "Against Thee Wickedly (E4M6) Red"},
|
||||
'region': "Against Thee Wickedly (E4M6) Pink"},
|
||||
351415: {'name': 'Against Thee Wickedly (E4M6) - Invulnerability 2',
|
||||
'episode': 4,
|
||||
'map': 6,
|
||||
'index': 89,
|
||||
'doom_type': 2022,
|
||||
'region': "Against Thee Wickedly (E4M6) Red"},
|
||||
'region': "Against Thee Wickedly (E4M6) Magenta"},
|
||||
351416: {'name': 'Against Thee Wickedly (E4M6) - BFG9000',
|
||||
'episode': 4,
|
||||
'map': 6,
|
||||
@@ -2520,7 +2520,7 @@ location_table: Dict[int, LocationDict] = {
|
||||
'map': 6,
|
||||
'index': 102,
|
||||
'doom_type': 8,
|
||||
'region': "Against Thee Wickedly (E4M6) Red"},
|
||||
'region': "Against Thee Wickedly (E4M6) Pink"},
|
||||
351418: {'name': 'Against Thee Wickedly (E4M6) - Berserk',
|
||||
'episode': 4,
|
||||
'map': 6,
|
||||
@@ -2550,7 +2550,7 @@ location_table: Dict[int, LocationDict] = {
|
||||
'map': 6,
|
||||
'index': -1,
|
||||
'doom_type': -1,
|
||||
'region': "Against Thee Wickedly (E4M6) Red"},
|
||||
'region': "Against Thee Wickedly (E4M6) Magenta"},
|
||||
351423: {'name': 'And Hell Followed (E4M7) - Shotgun',
|
||||
'episode': 4,
|
||||
'map': 7,
|
||||
@@ -2628,7 +2628,7 @@ location_table: Dict[int, LocationDict] = {
|
||||
'map': 7,
|
||||
'index': 182,
|
||||
'doom_type': 39,
|
||||
'region': "And Hell Followed (E4M7) Main"},
|
||||
'region': "And Hell Followed (E4M7) Blue"},
|
||||
351436: {'name': 'And Hell Followed (E4M7) - Red skull key',
|
||||
'episode': 4,
|
||||
'map': 7,
|
||||
@@ -3414,6 +3414,7 @@ death_logic_locations = [
|
||||
"Command Control (E1M4) - Supercharge",
|
||||
"Command Control (E1M4) - Mega Armor",
|
||||
"Containment Area (E2M2) - Supercharge",
|
||||
"Containment Area (E2M2) - Plasma gun",
|
||||
"Pandemonium (E3M3) - Mega Armor",
|
||||
"House of Pain (E3M4) - Chaingun",
|
||||
"House of Pain (E3M4) - Invulnerability",
|
||||
|
Reference in New Issue
Block a user