diff --git a/code/modules/events/tear.dm b/code/modules/events/tear.dm index a11455b351d..412f34de47d 100644 --- a/code/modules/events/tear.dm +++ b/code/modules/events/tear.dm @@ -59,7 +59,9 @@ /mob/living/simple_animal/hostile/panther, /mob/living/simple_animal/hostile/snake, /mob/living/simple_animal/hostile/retaliate, - /mob/living/simple_animal/hostile/retaliate/clown + /mob/living/simple_animal/hostile/retaliate/clown, + /mob/living/simple_animal/hostile/spaceWorm/, + /mob/living/simple_animal/hostile/spaceWorm/wormHead/ )//exclusion list for things you don't want the reaction to create. var/list/critters = typesof(/mob/living/simple_animal/hostile) - blocked // list of possible hostile mobs