diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Lurker.dm b/code/modules/mob/living/carbon/xenomorph/castes/Lurker.dm index 909c53f0b00f..edef03e289d6 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Lurker.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Lurker.dm @@ -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!"))