From 5f7875f4de418a5c97fac3172b4b5dd3e6803828 Mon Sep 17 00:00:00 2001 From: Menshin Date: Sun, 18 May 2014 11:50:25 +0200 Subject: [PATCH] Replaced the "not used anymore" command_alert with the new "priority_annonce" proc, making the code compilable again. --- code/modules/events/meateor_wave.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/events/meateor_wave.dm b/code/modules/events/meateor_wave.dm index fae9ac4fe4e..b45140ad5ee 100644 --- a/code/modules/events/meateor_wave.dm +++ b/code/modules/events/meateor_wave.dm @@ -5,9 +5,7 @@ max_occurrences = 1 /datum/round_event/meteor_wave/meaty/announce() - command_alert("Meaty ores have been detected on collision course with the station.", "Oh Crap, Get The Mop.") - world << sound('sound/AI/meteors.ogg') - + priority_announce("Meaty ores have been detected on collision course with the station.", "Oh Crap, Get The Mop.",'sound/AI/meteors.ogg') /datum/round_event/meteor_wave/meaty/tick() if(IsMultiple(activeFor, 3))