From 17dc487897d7ff50b836c93e4ce2e20902cef87f Mon Sep 17 00:00:00 2001 From: Useroth <37159550+Useroth@users.noreply.github.com> Date: Thu, 10 Dec 2020 06:00:35 +0100 Subject: [PATCH] Update alien_infestation.dm (#2104) --- code/modules/events/alien_infestation.dm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/code/modules/events/alien_infestation.dm b/code/modules/events/alien_infestation.dm index 99d9a266bc0..aa2ac72bca6 100644 --- a/code/modules/events/alien_infestation.dm +++ b/code/modules/events/alien_infestation.dm @@ -1,8 +1,11 @@ /datum/round_event_control/alien_infestation name = "Alien Infestation" typepath = /datum/round_event/ghost_role/alien_infestation - weight = 5 - + //SKYRAT EDIT CHANGE BEGIN + //weight = 5 - SKYRAT EDIT - ORIGINAL + weight = 2 + //SKYRAT EDIT CHANGE END + min_players = 10 /datum/round_event_control/alien_infestation/canSpawnEvent()