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 fc69ada commit b51e0ea
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
if (X.mutation_type == LURKER_NORMAL)
var/found = FALSE
for (var/mob/living/carbon/human/H in get_turf(X))
found = TRUE
break
if(H.stat != DEAD)
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 b51e0ea

Please sign in to comment.