Add spaceworms to /obj/effect/tear exception list

This commit adds /mob/living/simple_animal/hostile/spaceWorm to the
obj/effect/tear blocked mobs list, to prevent /obj/effect/tear from
spawning them.
This commit is contained in:
Tigercat2000
2015-04-10 11:13:18 -07:00
parent e3050f5cc1
commit 2729ade288
+3 -1
View File
@@ -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