From d2eb77b216613ed51dba4d23638bfa2567bce3c0 Mon Sep 17 00:00:00 2001 From: Ziktofel Date: Thu, 11 Apr 2024 03:05:13 +0200 Subject: [PATCH] Properly flag Rogue Forces as ext item --- worlds/sc2/Items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/sc2/Items.py b/worlds/sc2/Items.py index 8277d0e7e13d..1d14bc35544c 100644 --- a/worlds/sc2/Items.py +++ b/worlds/sc2/Items.py @@ -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: