From 7ec5f2f6a7e272b80c8cea2c80c401104bba2340 Mon Sep 17 00:00:00 2001 From: Cactus Date: Sun, 25 Aug 2019 02:21:27 -0400 Subject: [PATCH] Revert "spiders need a small or larger mob to feed from" This reverts commit e63bb573e024bae3ef94da1bd9a920cbdc397549. --- code/modules/mob/living/simple_animal/animals/giant_spider.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/giant_spider.dm b/code/modules/mob/living/simple_animal/animals/giant_spider.dm index 5ba28f371b..99d6c2f18f 100644 --- a/code/modules/mob/living/simple_animal/animals/giant_spider.dm +++ b/code/modules/mob/living/simple_animal/animals/giant_spider.dm @@ -553,7 +553,7 @@ Spider Procs walk(src,0) spawn(50) if(busy == SPINNING_COCOON) - if(cocoon_target && istype(cocoon_target.loc, /turf) && get_dist(src,cocoon_target) <= 1 && !istiny(cocoon_target)) //Chompstation edit + if(cocoon_target && istype(cocoon_target.loc, /turf) && get_dist(src,cocoon_target) <= 1) var/obj/effect/spider/cocoon/C = new(cocoon_target.loc) var/large_cocoon = 0 C.pixel_x = cocoon_target.pixel_x