Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jul 18, 2023
1 parent 486fac7 commit bbcabf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/carbon/xenomorph/castes/Lurker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@
return

var/mob/living/carbon/human/bumped_into = movable_atom
if(bumped_into.alpha < 100)
to_chat(bound_xeno, SPAN_XENOHIGHDANGER("Scout moment!"))
if(bumped_into.alpha < 100) //ignore invisible scouts and preds
return

to_chat(bound_xeno, SPAN_XENOHIGHDANGER("You bumped into someone and partly lost your invisibility!"))
Expand Down

0 comments on commit bbcabf4

Please sign in to comment.