From fd3ec99487831eeb318f702576094bcaf0a644ed Mon Sep 17 00:00:00 2001 From: ktccd Date: Mon, 24 Jul 2017 13:07:30 +0200 Subject: [PATCH] Xeno-pepe is now more rare (#2106) Increased minimum player requirement for xenomorph event, as lowpop xenos suck hardballs. Also added minimum timer to the event, up from 20 to 40 min. Weight kept the same, half default. With this, xenomorphs should hopefully be more rare, although there's STILL other sources to enable them those ones ALL require a human to be dumb/malicious and release them. --- code/modules/events/alien_infestation.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/events/alien_infestation.dm b/code/modules/events/alien_infestation.dm index e70a58a632..161fcd8c16 100644 --- a/code/modules/events/alien_infestation.dm +++ b/code/modules/events/alien_infestation.dm @@ -2,8 +2,9 @@ name = "Alien Infestation" typepath = /datum/round_event/ghost_role/alien_infestation weight = 5 + earliest_start = 24000 //40 min - min_players = 10 + min_players = 20 //Avoid lowpop rounds max_occurrences = 1 /datum/round_event/ghost_role/alien_infestation