Skip to content

Commit

Permalink
Revert indentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Salzkorn committed Jul 28, 2024
1 parent af3641c commit 4bf419a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions worlds/sc2/item_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
item_names.HIGH_TEMPLAR: "Potent psionic master. Can use the Feedback and Psionic Storm abilities. Can merge into an Archon.",
item_names.DARK_TEMPLAR: "Deadly warrior-assassin. Permanently cloaked. Can use the Shadow Fury ability.",
item_names.IMMORTAL: "Assault strider. Can use Barrier to absorb damage.",
item_names.COLOSSUS: inspect.cleandoc("""
Battle strider with a powerful area attack. Can walk up and down cliffs.
Attacks set fire to the ground, dealing extra damage to enemies over time.
"""),
item_names.COLOSSUS: "Battle strider with a powerful area attack. Can walk up and down cliffs. Attacks set fire to the ground, dealing extra damage to enemies over time.",
item_names.PHOENIX: "Air superiority starfighter. Can use Graviton Beam and Phasing Armor abilities.",
item_names.VOID_RAY: "Surgical strike craft. Has the Prismatic Alignment and Prismatic Range abilities.",
item_names.CARRIER: "Capital ship. Builds and launches Interceptors that attack enemy targets. Repair Drones heal nearby mechanical units.",
Expand All @@ -518,10 +515,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
item_names.STARTING_SUPPLY: "Increases the starting supply for all missions.",
item_names.NOTHING: "Does nothing. Used to remove a location from the game.",
item_names.NOVA_GHOST_VISOR: "Reveals the locations of enemy units in the fog of war around Nova. Can detect cloaked units.",
item_names.NOVA_RANGEFINDER_OCULUS: inspect.cleandoc("""
Increases Nova's vision range and non-melee weapon attack range by 2.
Also increases range of melee weapons by 1.
"""),
item_names.NOVA_RANGEFINDER_OCULUS: "Increases Nova's vision range and non-melee weapon attack range by 2. Also increases range of melee weapons by 1.",
item_names.NOVA_DOMINATION: "Gives Nova the ability to mind-control a target enemy unit.",
item_names.NOVA_BLINK: "Gives Nova the ability to teleport a short distance and cloak for 10s.",
item_names.NOVA_PROGRESSIVE_STEALTH_SUIT_MODULE: inspect.cleandoc("""
Expand Down

0 comments on commit 4bf419a

Please sign in to comment.