Skip to content

Commit

Permalink
Fix location name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jan 15, 2024
1 parent 043a768 commit e4532e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/Locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ def get_locations(multiworld: Optional[MultiWorld], player: Optional[int]) -> Tu
lambda state: logic.enemy_shadow_door_controls(state)),
LocationData("In the Enemy's Shadow", "In the Enemy's Shadow: Facility: Southeast Door Lock", SC2NCO_LOC_ID_OFFSET + 705, LocationType.VANILLA,
lambda state: logic.enemy_shadow_door_controls(state)),
LocationData("In the Enemy's Shadow", "In the Enemy's Shadow: Facility: Plasma Rifle", SC2NCO_LOC_ID_OFFSET + 706, LocationType.VANILLA,
LocationData("In the Enemy's Shadow", "In the Enemy's Shadow: Facility: Blazefire Gunblade", SC2NCO_LOC_ID_OFFSET + 706, LocationType.VANILLA,
lambda state: logic.enemy_shadow_second_stage(state)
and (story_tech_granted
or state.has(ItemNames.NOVA_BLINK, player)
Expand Down

0 comments on commit e4532e7

Please sign in to comment.