From 767e70f218c7e4c5375153a766d95a8234dffff5 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 30 May 2015 04:36:42 -0400 Subject: [PATCH] Spider Event Balance --- code/modules/events/spider_infestation.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/spider_infestation.dm b/code/modules/events/spider_infestation.dm index ce128607439..97ea26ed395 100644 --- a/code/modules/events/spider_infestation.dm +++ b/code/modules/events/spider_infestation.dm @@ -8,7 +8,7 @@ /datum/event/spider_infestation/setup() announceWhen = rand(announceWhen, announceWhen + 50) - spawncount = round(num_players() * 1.5) + spawncount = round(num_players() * 0.8) sent_spiders_to_station = 1 /datum/event/spider_infestation/announce()