From ce667e9621a7a48813209f370f2b7d834cad2622 Mon Sep 17 00:00:00 2001 From: Red <47158596+Red-byte3D@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:34:51 +0300 Subject: [PATCH] Update code/modules/mob/living/carbon/xenomorph/abilities/praetorian/praetorian_powers.dm Co-authored-by: ihatethisengine <115417687+ihatethisengine@users.noreply.github.com> --- .../carbon/xenomorph/abilities/praetorian/praetorian_powers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/abilities/praetorian/praetorian_powers.dm b/code/modules/mob/living/carbon/xenomorph/abilities/praetorian/praetorian_powers.dm index 8d2b5e471656..fbf775f256c2 100644 --- a/code/modules/mob/living/carbon/xenomorph/abilities/praetorian/praetorian_powers.dm +++ b/code/modules/mob/living/carbon/xenomorph/abilities/praetorian/praetorian_powers.dm @@ -830,9 +830,9 @@ if(target_xeno) //if the target was qdeleted it would be null so you need to check for it target_xeno.armor_modifier -= target_armor_buff target_xeno.remove_filter("raging") - armor_buffs_active_target = FALSE target_xeno.recalculate_armor() to_chat(target_xeno, SPAN_XENOHIGHDANGER("We feel ourselves calm down.")) + armor_buffs_active_target = FALSE