Skip to content

Commit

Permalink
Merge pull request Ziktofel#191 from MatthewMarinets/mm/fix_description
Browse files Browse the repository at this point in the history
sc2: Fixed wrong description for ultralisk organic carapace
  • Loading branch information
Ziktofel authored Apr 17, 2024
2 parents 6a4f24e + f36b4cf commit 316634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/ItemDescriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
ItemNames.SWARM_HOST_RESOURCE_EFFICIENCY: _get_resource_efficiency_desc(ItemNames.SWARM_HOST),
ItemNames.ULTRALISK_ANABOLIC_SYNTHESIS: "Ultralisks gain increased movement speed.",
ItemNames.ULTRALISK_CHITINOUS_PLATING: "Ultralisks gain +2 armor.",
ItemNames.ULTRALISK_ORGANIC_CARAPACE: "Ultralisks gain +100 armor.",
ItemNames.ULTRALISK_ORGANIC_CARAPACE: "Ultralisks gain +100 life.",
ItemNames.ULTRALISK_RESOURCE_EFFICIENCY: _get_resource_efficiency_desc(ItemNames.ULTRALISK),
ItemNames.DEVOURER_CORROSIVE_SPRAY: "Devourer attacks will now deal area damage.",
ItemNames.DEVOURER_GAPING_MAW: "Devourer's attack speed increased by 25%.",
Expand Down

0 comments on commit 316634f

Please sign in to comment.