diff --git a/worlds/sc2/item_names.py b/worlds/sc2/item_names.py index 92a9287deabe..26a09f5b0a99 100644 --- a/worlds/sc2/item_names.py +++ b/worlds/sc2/item_names.py @@ -824,7 +824,7 @@ OPTIMIZED_ORDNANCE = "Optimized Ordnance (Protoss)" KHALAI_INGENUITY = "Khalai Ingenuity (Protoss)" AMPLIFIED_ASSIMILATORS = "Amplified Assimilators (Protoss)" -PROGRESSIVE_WARP_RELOCATE = "Warp Relocate (Protoss)" +PROGRESSIVE_WARP_RELOCATE = "Progressive Warp Relocate (Protoss)" # Filler items STARTING_MINERALS = "Additional Starting Minerals" diff --git a/worlds/sc2/items.py b/worlds/sc2/items.py index 80dcf231d229..e2c1503ffa73 100644 --- a/worlds/sc2/items.py +++ b/worlds/sc2/items.py @@ -1970,7 +1970,7 @@ def get_full_item_list(): item_names.AMPLIFIED_ASSIMILATORS: ItemData(812 + SC2LOTV_ITEM_ID_OFFSET, ProtossItemType.Solarite_Core, 12, SC2Race.PROTOSS, origin={"ext"}), item_names.PROGRESSIVE_WARP_RELOCATE: - ItemData(813 + SC2LOTV_ITEM_ID_OFFSET, ProtossItemType.Progressive, 1, SC2Race.PROTOSS, origin={"ext"}, quantity=2, + ItemData(813 + SC2LOTV_ITEM_ID_OFFSET, ProtossItemType.Progressive, 2, SC2Race.PROTOSS, origin={"ext"}, quantity=2, classification=ItemClassification.progression), }