From fd4cda0ce846b525c261b7dcb1be90ab8616a8b2 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Fri, 26 Jun 2020 17:54:49 -0400 Subject: [PATCH] Stops repeating grub udio message --- code/modules/events/grubinfestation_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/grubinfestation_vr.dm b/code/modules/events/grubinfestation_vr.dm index 116b1d3234..c67a5a72f5 100644 --- a/code/modules/events/grubinfestation_vr.dm +++ b/code/modules/events/grubinfestation_vr.dm @@ -42,4 +42,4 @@ area_names |= grub_area.name if(area_names.len) var/english_list = english_list(area_names) - command_announcement.Announce("Sensors have narrowed down remaining active solargrubs to the followng areas: [english_list]", "Lifesign Alert", new_sound = 'sound/AI/aliens.ogg') \ No newline at end of file + command_announcement.Announce("Sensors have narrowed down remaining active solargrubs to the followng areas: [english_list]", "Lifesign Alert")