From e3a28c2bf4d3d44c64b9410e9a5c6fc10d9e7a8f Mon Sep 17 00:00:00 2001 From: Archie Date: Thu, 10 Jun 2021 03:18:22 -0300 Subject: [PATCH] fix --- hyperstation/code/modules/events/crystalline_reentry.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/events/crystalline_reentry.dm b/hyperstation/code/modules/events/crystalline_reentry.dm index 0d1a09d2..b0a3e5df 100644 --- a/hyperstation/code/modules/events/crystalline_reentry.dm +++ b/hyperstation/code/modules/events/crystalline_reentry.dm @@ -42,7 +42,7 @@ /datum/round_event/crystalline_wave announceWhen = 0 - startwhen = 100 + startWhen = 100 /datum/round_event/crystalline_wave/announce(fake) priority_announce("Several crystalline asteroids have been detected en route with the station. All hands, brace for impact. Organic signals have been detected contained in some of the asteroids.", title = "Priority Alert", sound = 'sound/misc/deltakalaxon.ogg')