From 81cbda5cdab65d6ff1d615f36c81ac88186221e7 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Thu, 18 Aug 2022 01:15:34 -0700 Subject: [PATCH] announcement too --- code/modules/events/dust.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/events/dust.dm b/code/modules/events/dust.dm index c854f3b5a4..39c04003a9 100644 --- a/code/modules/events/dust.dm +++ b/code/modules/events/dust.dm @@ -28,5 +28,8 @@ announceWhen = 0 fakeable = FALSE +/datum/round_event/sandstorm/announce(fake) + priority_announce("The station is passing through a heavy debris cloud. Watch out for breaches.", "Collision Alert") + /datum/round_event/sandstorm/tick() spawn_meteors(rand(6,10), GLOB.meteorsC)