diff --git a/code/modules/events/stray_cargo.dm b/code/modules/events/stray_cargo.dm index 1334644faf..e77602d71e 100644 --- a/code/modules/events/stray_cargo.dm +++ b/code/modules/events/stray_cargo.dm @@ -3,7 +3,7 @@ name = "Stray Cargo Pod" typepath = /datum/round_event/stray_cargo weight = 5 - max_occurrences 6 + max_occurrences = 6 earliest_start = 10 MINUTES category = EVENT_CATEGORY_BUREAUCRATIC description = "A pod containing a random supply crate lands on the station."