From e4532e7c6afcec090e18c2c6e66354dc4d1d692d Mon Sep 17 00:00:00 2001 From: Ziktofel Date: Mon, 15 Jan 2024 20:25:07 +0100 Subject: [PATCH] Fix location name --- worlds/sc2/Locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/sc2/Locations.py b/worlds/sc2/Locations.py index 3e0bf6307245..4c56dbaf8098 100644 --- a/worlds/sc2/Locations.py +++ b/worlds/sc2/Locations.py @@ -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)