some fixes to her voice, removed ATENTHEN

This commit is contained in:
QuoteFox
2021-01-23 10:50:21 +00:00
parent 2bb7aad523
commit 319a4599c6
18 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
/datum/round_event/carp_migration/announce(fake)
if(prob(50))
priority_announce("Unknown biological entities have been detected near [station_name()], please stand-by.", "Lifesign Alert")
priority_announce("Unknown biological entities have been detected near [station_name()], please stand-by.", "Lifesign Alert", 'sound/ai/carp.ogg')
else
priority_announce("A report has been downloaded and printed out at all communications consoles.", "Incoming Classified Message", 'sound/ai/commandreport.ogg') // CITADEL EDIT metabreak
for(var/obj/machinery/computer/communications/C in GLOB.machines)