Skip to content

Commit

Permalink
Merge pull request Ziktofel#146 from MatthewMarinets/mm/location_typo
Browse files Browse the repository at this point in the history
sc2: Fixed a typo and incorrect difficulty for location
  • Loading branch information
Ziktofel authored Jan 25, 2024
2 parents b69ccbe + da4b3e7 commit 587c9e4
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 @@ -380,7 +380,7 @@ def get_locations(multiworld: Optional[MultiWorld], player: Optional[int]) -> Tu
lambda state: logic.terran_basic_anti_air(state) and
(adv_tactics or
logic.terran_common_unit(state) or state.has(ItemNames.REAPER, player))),
LocationData("Devil's Playground", "Devil's Playground: Zerg Cleaned", SC2WOL_LOC_ID_OFFSET + 1308, LocationType.EXTRA,
LocationData("Devil's Playground", "Devil's Playground: Zerg Cleared", SC2WOL_LOC_ID_OFFSET + 1308, LocationType.CHALLENGE,
lambda state: logic.terran_competent_anti_air(state) and (
logic.terran_common_unit(state) or state.has(ItemNames.REAPER, player))),
LocationData("Welcome to the Jungle", "Welcome to the Jungle: Victory", SC2WOL_LOC_ID_OFFSET + 1400, LocationType.VICTORY,
Expand Down

0 comments on commit 587c9e4

Please sign in to comment.