Skip to content

Commit

Permalink
unhide on stat runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Dec 27, 2023
1 parent afdf92f commit ff1cdd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@

/datum/action/xeno_action/onclick/xenohide/proc/unhide_on_stat(mob/living/carbon/xenomorph/source, new_stat, old_stat)
SIGNAL_HANDLER
if(new_stat >= UNCONSCIOUS && old_stat <= UNCONSCIOUS)
if(!QDELETED(source) && (new_stat >= UNCONSCIOUS && old_stat <= UNCONSCIOUS))
post_attack()

/datum/action/xeno_action/onclick/place_trap/use_ability(atom/A)
Expand Down

0 comments on commit ff1cdd2

Please sign in to comment.