From 14b7c17b6a64fa69036a912126fa0a7d2875d902 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 22 Jul 2014 15:11:03 -0400 Subject: [PATCH] Spider nerf --- code/game/objects/effects/spiders.dm | 2 +- code/modules/mob/living/simple_animal/hostile/giant_spider.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/effects/spiders.dm b/code/game/objects/effects/spiders.dm index 45584870386..e11b35ac207 100644 --- a/code/game/objects/effects/spiders.dm +++ b/code/game/objects/effects/spiders.dm @@ -83,7 +83,7 @@ /obj/effect/spider/eggcluster/process() amount_grown += rand(0,2) if(amount_grown >= 100) - var/num = rand(3,12) + var/num = rand(2,6) for(var/i=0, i