diff --git a/code/game/gamemodes/malfunction/malfunction.dm b/code/game/gamemodes/malfunction/malfunction.dm index b63b1b10ad0..c746937b080 100644 --- a/code/game/gamemodes/malfunction/malfunction.dm +++ b/code/game/gamemodes/malfunction/malfunction.dm @@ -154,7 +154,7 @@ ticker.mode:malf_mode_declared = 1 for(var/datum/mind/AI_mind in ticker.mode:malf_ai) AI_mind.current.verbs -= /datum/game_mode/malfunction/proc/takeover - world << sound('aimalf.ogg') +// world << sound('aimalf.ogg') /datum/game_mode/malfunction/proc/ai_win() diff --git a/sound/announcer/aliens.ogg b/sound/announcer/aliens.ogg new file mode 100644 index 00000000000..f7d1746247f Binary files /dev/null and b/sound/announcer/aliens.ogg differ diff --git a/sound/announcer/animes.ogg b/sound/announcer/animes.ogg new file mode 100644 index 00000000000..a46a207edc4 Binary files /dev/null and b/sound/announcer/animes.ogg differ diff --git a/sound/announcer/commandreport.ogg b/sound/announcer/commandreport.ogg new file mode 100644 index 00000000000..82e4ca425de Binary files /dev/null and b/sound/announcer/commandreport.ogg differ diff --git a/sound/announcer/granomalies.ogg b/sound/announcer/granomalies.ogg new file mode 100644 index 00000000000..89b368d596a Binary files /dev/null and b/sound/announcer/granomalies.ogg differ diff --git a/sound/announcer/intercept.ogg b/sound/announcer/intercept.ogg new file mode 100644 index 00000000000..040b4e4f8db Binary files /dev/null and b/sound/announcer/intercept.ogg differ diff --git a/sound/announcer/ionstorm.ogg b/sound/announcer/ionstorm.ogg new file mode 100644 index 00000000000..9f39713de6e Binary files /dev/null and b/sound/announcer/ionstorm.ogg differ diff --git a/sound/announcer/meteors.ogg b/sound/announcer/meteors.ogg new file mode 100644 index 00000000000..8f1c3aeacbb Binary files /dev/null and b/sound/announcer/meteors.ogg differ diff --git a/sound/announcer/newAI.ogg b/sound/announcer/newAI.ogg new file mode 100644 index 00000000000..35aba34564f Binary files /dev/null and b/sound/announcer/newAI.ogg differ diff --git a/sound/announcer/newroundsexy.ogg b/sound/announcer/newroundsexy.ogg new file mode 100644 index 00000000000..afe5630f04d Binary files /dev/null and b/sound/announcer/newroundsexy.ogg differ diff --git a/sound/announcer/newroundsexy2.ogg b/sound/announcer/newroundsexy2.ogg new file mode 100644 index 00000000000..531bba10014 Binary files /dev/null and b/sound/announcer/newroundsexy2.ogg differ diff --git a/sound/announcer/outbreak5.ogg b/sound/announcer/outbreak5.ogg new file mode 100644 index 00000000000..39c79c920fd Binary files /dev/null and b/sound/announcer/outbreak5.ogg differ diff --git a/sound/announcer/outbreak7.ogg b/sound/announcer/outbreak7.ogg new file mode 100644 index 00000000000..f21d4fca443 Binary files /dev/null and b/sound/announcer/outbreak7.ogg differ diff --git a/sound/announcer/poweroff.ogg b/sound/announcer/poweroff.ogg new file mode 100644 index 00000000000..1c6377c9d8d Binary files /dev/null and b/sound/announcer/poweroff.ogg differ diff --git a/sound/announcer/poweron.ogg b/sound/announcer/poweron.ogg new file mode 100644 index 00000000000..9d18797d6ea Binary files /dev/null and b/sound/announcer/poweron.ogg differ diff --git a/sound/announcer/radiation.ogg b/sound/announcer/radiation.ogg new file mode 100644 index 00000000000..ef395af3101 Binary files /dev/null and b/sound/announcer/radiation.ogg differ diff --git a/sound/announcer/shuttlecalled.ogg b/sound/announcer/shuttlecalled.ogg new file mode 100644 index 00000000000..716bf824654 Binary files /dev/null and b/sound/announcer/shuttlecalled.ogg differ diff --git a/sound/announcer/shuttledock.ogg b/sound/announcer/shuttledock.ogg new file mode 100644 index 00000000000..0f70bebc751 Binary files /dev/null and b/sound/announcer/shuttledock.ogg differ diff --git a/sound/announcer/shuttlerecalled.ogg b/sound/announcer/shuttlerecalled.ogg new file mode 100644 index 00000000000..5f6db404b87 Binary files /dev/null and b/sound/announcer/shuttlerecalled.ogg differ diff --git a/sound/announcer/spanomalies.ogg b/sound/announcer/spanomalies.ogg new file mode 100644 index 00000000000..7680726f153 Binary files /dev/null and b/sound/announcer/spanomalies.ogg differ diff --git a/sound/announcer/welcome.ogg b/sound/announcer/welcome.ogg new file mode 100644 index 00000000000..c7013dcbd5f Binary files /dev/null and b/sound/announcer/welcome.ogg differ diff --git a/tgstation.dme b/tgstation.dme index 9eed26c0120..272526aa881 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -164,8 +164,8 @@ #define FILE_DIR "interface" #define FILE_DIR "maps" #define FILE_DIR "sound" -#define FILE_DIR "sound/AI" #define FILE_DIR "sound/ambience" +#define FILE_DIR "sound/announcer" #define FILE_DIR "sound/effects" #define FILE_DIR "sound/items" #define FILE_DIR "sound/machines"