From 943dd90076eedefb034d8871baff8506c7ce8acc Mon Sep 17 00:00:00 2001 From: evilew Date: Sun, 13 Oct 2024 19:21:04 +0200 Subject: [PATCH] quick fix typo --- code/modules/events/stray_cargo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."