From f52f0f9f33254b7b38f424f38264e41a5f64617c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 13 Apr 2018 09:04:02 -0400 Subject: [PATCH 1/2] Reduces aurora caelus weight to that of meteors --- code/modules/events/aurora_caelus.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/aurora_caelus.dm b/code/modules/events/aurora_caelus.dm index be3108b0ec..745e8a6ac3 100644 --- a/code/modules/events/aurora_caelus.dm +++ b/code/modules/events/aurora_caelus.dm @@ -2,7 +2,7 @@ name = "Aurora Caelus" typepath = /datum/round_event/aurora_caelus max_occurrences = 1 - weight = 15 + weight = 4 earliest_start = 5 MINUTES /datum/round_event_control/aurora_caelus/canSpawnEvent(players, gamemode)