From 986d620a4817c16b38c2fee18a25bc9755767579 Mon Sep 17 00:00:00 2001 From: Toastical <20125180+Toastical@users.noreply.github.com> Date: Thu, 19 Jun 2025 20:55:28 +0300 Subject: [PATCH] update cling shield description (#29586) --- code/modules/antagonists/changeling/powers/mutations.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/changeling/powers/mutations.dm b/code/modules/antagonists/changeling/powers/mutations.dm index 8d82961b466..3de868857ac 100644 --- a/code/modules/antagonists/changeling/powers/mutations.dm +++ b/code/modules/antagonists/changeling/powers/mutations.dm @@ -216,7 +216,7 @@ /// Used for deleting gun after hitting something var/hit_something = FALSE /// True if we're shooting our shot -- used to track shooting to prevent deleting mid shot - var/shooting_right_now = FALSE + var/shooting_right_now = FALSE /obj/item/gun/magic/tentacle/process_fire(atom/target, mob/living/user, message, params, zone_override, bonus_spread) shooting_right_now = TRUE @@ -411,7 +411,7 @@ /datum/action/changeling/weapon/shield name = "Organic Shield" desc = "We reform one of our arms into a hard shield. Costs 20 chemicals." - helptext = "Organic tissue cannot resist damage forever, with the shield breaking after it is hit 6 times. Automatically parries. Cannot be used while in lesser form." + helptext = "Organic tissue cannot resist damage forever, with the shield breaking after it is hit 6 times. Can be used to parry attacks and projectiles. Cannot be used while in lesser form." button_overlay_icon_state = "organic_shield" chemical_cost = 20 dna_cost = 2