Skip to content

Commit

Permalink
Update spiderling.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
definitelynotspaghetti committed Nov 3, 2024
1 parent 7951d7c commit b9f4c0c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
for(var/mob/living/carbon/human/victim in cheap_get_humans_near(mob_parent, 9))
if(victim.stat == DEAD)
continue
if(HAS_TRAIT(victim, TRAIT_STEALTH))
continue
possible_victims += victim

for(var/atom/nearby_turret AS in GLOB.marine_turrets)
Expand Down

0 comments on commit b9f4c0c

Please sign in to comment.