Skip to content

Commit

Permalink
Properly flag Rogue Forces as ext item
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Apr 11, 2024
1 parent dd6a14e commit d2eb77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/sc2/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,7 @@ def get_full_item_list():
description="Increases attack range of all Terran mechanical units by 1."),
ItemNames.ROGUE_FORCES:
ItemData(623 + SC2WOL_ITEM_ID_OFFSET, "Laboratory", 12, SC2Race.TERRAN,
origin={"ext"},
description="Mercenary calldowns are no longer limited by charges."),

ItemNames.ZEALOT:
Expand Down

0 comments on commit d2eb77b

Please sign in to comment.