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)