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