DOOM II: Fix sector 95 assignment in DOOM II MAP17 to correctly flag the BFG9000 location as in the Yellow Key area (#3705)

Co-authored-by: sgrunt <sgrunt1987@gmail.com>
This commit is contained in:
sgrunt 2024-09-17 16:08:18 -06:00 committed by GitHub
parent 8c5b65ff26
commit debb936618
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1470,7 +1470,7 @@ location_table: Dict[int, LocationDict] = {
'map': 6, 'map': 6,
'index': 102, 'index': 102,
'doom_type': 2006, 'doom_type': 2006,
'region': "Tenements (MAP17) Main"}, 'region': "Tenements (MAP17) Yellow"},
361243: {'name': 'Tenements (MAP17) - Plasma gun', 361243: {'name': 'Tenements (MAP17) - Plasma gun',
'episode': 2, 'episode': 2,
'map': 6, 'map': 6,