Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/abilities/praetorian/…
Browse files Browse the repository at this point in the history
…praetorian_powers.dm

Co-authored-by: ihatethisengine <[email protected]>
  • Loading branch information
Red-byte3D and ihatethisengine authored Nov 25, 2024
1 parent fab3022 commit ce667e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit ce667e9

Please sign in to comment.