Skip to content

Commit

Permalink
Just to be safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jun 19, 2024
1 parent 9a49f72 commit 25db1a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monkestation/code/modules/station_goals/meteor_shield.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25db1a9

Please sign in to comment.