diff --git a/code/modules/events/carp_migration.dm b/code/modules/events/carp_migration.dm index 4ffa6b21f..930db51f6 100644 --- a/code/modules/events/carp_migration.dm +++ b/code/modules/events/carp_migration.dm @@ -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) diff --git a/sound/AI/airlock.ogg b/sound/AI/airlock.ogg new file mode 100644 index 000000000..7d2edcf72 Binary files /dev/null and b/sound/AI/airlock.ogg differ diff --git a/sound/AI/attention.ogg b/sound/AI/attention.ogg index 5153aee16..54322af46 100644 Binary files a/sound/AI/attention.ogg and b/sound/AI/attention.ogg differ diff --git a/sound/AI/beep.ogg b/sound/AI/beep.ogg index 8fe021911..7d34f7af5 100644 Binary files a/sound/AI/beep.ogg and b/sound/AI/beep.ogg differ diff --git a/sound/AI/carp.ogg b/sound/AI/carp.ogg new file mode 100644 index 000000000..cff0b9c7a Binary files /dev/null and b/sound/AI/carp.ogg differ diff --git a/sound/AI/cleaning.ogg b/sound/AI/cleaning.ogg new file mode 100644 index 000000000..a97a91305 Binary files /dev/null and b/sound/AI/cleaning.ogg differ diff --git a/sound/AI/commandreport.ogg b/sound/AI/commandreport.ogg index 0fcc74404..900666690 100644 Binary files a/sound/AI/commandreport.ogg and b/sound/AI/commandreport.ogg differ diff --git a/sound/AI/granomalies.ogg b/sound/AI/granomalies.ogg index ce75f36cc..05ae45341 100644 Binary files a/sound/AI/granomalies.ogg and b/sound/AI/granomalies.ogg differ diff --git a/sound/AI/intercept.ogg b/sound/AI/intercept.ogg index a73c48b85..77db2fa24 100644 Binary files a/sound/AI/intercept.ogg and b/sound/AI/intercept.ogg differ diff --git a/sound/AI/intercept2.ogg b/sound/AI/intercept2.ogg new file mode 100644 index 000000000..e69573ed1 Binary files /dev/null and b/sound/AI/intercept2.ogg differ diff --git a/sound/AI/ionstorm.ogg b/sound/AI/ionstorm.ogg index de4da8f89..2c50bc006 100644 Binary files a/sound/AI/ionstorm.ogg and b/sound/AI/ionstorm.ogg differ diff --git a/sound/AI/meteors.ogg b/sound/AI/meteors.ogg index 0499e6328..d34c31340 100644 Binary files a/sound/AI/meteors.ogg and b/sound/AI/meteors.ogg differ diff --git a/sound/AI/newAI.ogg b/sound/AI/newAI.ogg index c46e37eaa..64edd0ca4 100644 Binary files a/sound/AI/newAI.ogg and b/sound/AI/newAI.ogg differ diff --git a/sound/AI/radiation.ogg b/sound/AI/radiation.ogg index 001b16be9..15c6bc7d1 100644 Binary files a/sound/AI/radiation.ogg and b/sound/AI/radiation.ogg differ diff --git a/sound/AI/shuttlecalled.ogg b/sound/AI/shuttlecalled.ogg index d04a937be..f56fa6abc 100644 Binary files a/sound/AI/shuttlecalled.ogg and b/sound/AI/shuttlecalled.ogg differ diff --git a/sound/AI/shuttledock.ogg b/sound/AI/shuttledock.ogg index 8d2b239bb..be6a3b3bf 100644 Binary files a/sound/AI/shuttledock.ogg and b/sound/AI/shuttledock.ogg differ diff --git a/sound/AI/shuttlerecalled.ogg b/sound/AI/shuttlerecalled.ogg index da800d482..50afd06d7 100644 Binary files a/sound/AI/shuttlerecalled.ogg and b/sound/AI/shuttlerecalled.ogg differ diff --git a/sound/AI/spanomalies.ogg b/sound/AI/spanomalies.ogg index b86520bf4..9b37f44f8 100644 Binary files a/sound/AI/spanomalies.ogg and b/sound/AI/spanomalies.ogg differ