Skip to content

Commit

Permalink
Small fix for Missile Pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jan 8, 2024
1 parent cdcf9b8 commit 83aad63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def get_full_item_list():
description="Banshees do area damage in a straight line."),
ItemNames.BATTLECRUISER_PROGRESSIVE_MISSILE_PODS:
ItemData(318 + SC2WOL_ITEM_ID_OFFSET, "Progressive Upgrade 2", 2, SC2Race.TERRAN,
classification=ItemClassification.useful, parent_item=ItemNames.BATTLECRUISER,
parent_item=ItemNames.BATTLECRUISER, quantity=2,
description="Spell. Missile Pods do damage to air targets in a target area."),
ItemNames.BATTLECRUISER_PROGRESSIVE_DEFENSIVE_MATRIX:
ItemData(319 + SC2WOL_ITEM_ID_OFFSET, "Progressive Upgrade", 20, SC2Race.TERRAN,
Expand Down

0 comments on commit 83aad63

Please sign in to comment.