Skip to content

Commit

Permalink
Update lurker_abilities.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Jun 25, 2023
1 parent b51e0ea commit a523931
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
if (X.mutation_type == LURKER_NORMAL)
var/found = FALSE
for (var/mob/living/carbon/human/H in get_turf(X))
if(H.stat != DEAD)
found = TRUE
break
if(H.stat == DEAD)
continue
found = TRUE
break

if (found)
var/datum/action/xeno_action/onclick/lurker_invisibility/LIA = get_xeno_action_by_type(X, /datum/action/xeno_action/onclick/lurker_invisibility)
Expand Down

0 comments on commit a523931

Please sign in to comment.