From d51af28f77879875414d90a14adc73a27f04bfbd Mon Sep 17 00:00:00 2001 From: Ludox Date: Thu, 20 Aug 2020 14:39:04 +0200 Subject: [PATCH] Bumps min-pop to 25 Ahahah 3 years that we can have 10 pop xenos :) --- code/modules/events/alien_infestation.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/alien_infestation.dm b/code/modules/events/alien_infestation.dm index 69e9a974eb..993577cb30 100644 --- a/code/modules/events/alien_infestation.dm +++ b/code/modules/events/alien_infestation.dm @@ -3,7 +3,7 @@ typepath = /datum/round_event/ghost_role/alien_infestation weight = 5 gamemode_blacklist = list("dynamic") - min_players = 10 + min_players = 25 max_occurrences = 1 /datum/round_event/ghost_role/alien_infestation