From 25db1a91289d2928984076112bff6b6d4e87ed4a Mon Sep 17 00:00:00 2001 From: Lucy Date: Wed, 19 Jun 2024 12:05:00 -0400 Subject: [PATCH] Just to be safe. --- monkestation/code/modules/station_goals/meteor_shield.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monkestation/code/modules/station_goals/meteor_shield.dm b/monkestation/code/modules/station_goals/meteor_shield.dm index ba4718e4343c..4c5a6ea55b8e 100644 --- a/monkestation/code/modules/station_goals/meteor_shield.dm +++ b/monkestation/code/modules/station_goals/meteor_shield.dm @@ -108,6 +108,7 @@ GLOBAL_LIST_EMPTY(meteor_shield_sats) /datum/round_event_control/space_dust, /datum/round_event_control/stray_meteor )) - for(var/datum/round_event_control/event as anything in SSevents.control + SSgamemode.control) + var/list/all_events = SSevents.control | SSgamemode.control + for(var/datum/round_event_control/event as anything in all_events) if(is_type_in_typecache(event, meteor_event_typecache)) event.weight *= mod