From a48c41bb2d9614a5c74436e59d869690af46cc2d Mon Sep 17 00:00:00 2001 From: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Date: Sun, 17 Oct 2021 20:13:01 -0400 Subject: [PATCH] Temporarily disables CMEs (#8277) Co-authored-by: Funce --- modular_skyrat/modules/cme/code/cme.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/modules/cme/code/cme.dm b/modular_skyrat/modules/cme/code/cme.dm index e5c2aafef90..2f146fbf486 100644 --- a/modular_skyrat/modules/cme/code/cme.dm +++ b/modular_skyrat/modules/cme/code/cme.dm @@ -15,7 +15,7 @@ Armageddon is truly going to fuck the station, use it sparingly. /datum/round_event_control/cme name = "Coronal Mass Ejection: Random" typepath = /datum/round_event/cme - weight = 4 + weight = 0 min_players = 30 max_occurrences = 1 earliest_start = 25 MINUTES