Skip to content

Commit

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

Co-authored-by: Birdtalon <[email protected]>
  • Loading branch information
Red-byte3D and Birdtalon authored Feb 10, 2024
1 parent a3d92f5 commit fbe0edc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
/datum/action/xeno_action/onclick/feralrush/proc/remove_armor_effects()
SIGNAL_HANDLER
var/mob/living/carbon/xenomorph/predatoralien = owner
if (armor_buff == TRUE)
if (armor_buff)
to_chat(predatoralien, SPAN_XENOWARNING("We are no longer armored."))
predatoralien.armor_modifier -= armor_buff_amount
predatoralien.recalculate_armor()
Expand Down

0 comments on commit fbe0edc

Please sign in to comment.