From 5c84b0a8335485bd6979c6629be3052e22d3d31b Mon Sep 17 00:00:00 2001 From: Kyep Date: Fri, 16 Feb 2018 01:18:28 -0800 Subject: [PATCH] green event -> spawn 5 --- code/modules/events/spider_terror.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/spider_terror.dm b/code/modules/events/spider_terror.dm index ebcf1346db9..2388010bce0 100644 --- a/code/modules/events/spider_terror.dm +++ b/code/modules/events/spider_terror.dm @@ -22,7 +22,7 @@ switch(infestation_type) if(1) spider_type = /mob/living/simple_animal/hostile/poison/terror_spider/green - spawncount = 4 + spawncount = 5 if(2) spider_type = /mob/living/simple_animal/hostile/poison/terror_spider/white spawncount = 2