diff --git a/code/modules/mob/living/simple_animal/bot/ed209bot.dm b/code/modules/mob/living/simple_animal/bot/ed209bot.dm index addef9bb9d..c2338359b5 100644 --- a/code/modules/mob/living/simple_animal/bot/ed209bot.dm +++ b/code/modules/mob/living/simple_animal/bot/ed209bot.dm @@ -337,7 +337,7 @@ Auto Patrol[]"}, target = C oldtarget_name = C.name speak("Level [threatlevel] infraction alert!") - playsound(loc, pick('sound/voice/ed209_20sec.ogg', 'sound/voice/EDPlaceholder.ogg'), 50, 0) + playsound(loc, pick('sound/voice/ed209_growl.ogg', 'sound/voice/ed209_20seconds.ogg'), 50, 0) visible_message("[src] points at [C.name]!") mode = BOT_HUNT spawn(0) diff --git a/sound/voice/EDPlaceholder.ogg b/sound/voice/EDPlaceholder.ogg deleted file mode 100644 index 501f8f33c3..0000000000 Binary files a/sound/voice/EDPlaceholder.ogg and /dev/null differ diff --git a/sound/voice/ed209_20seconds.ogg b/sound/voice/ed209_20seconds.ogg new file mode 100644 index 0000000000..f5906b2ae3 Binary files /dev/null and b/sound/voice/ed209_20seconds.ogg differ diff --git a/sound/voice/ed209_20sec.ogg b/sound/voice/ed209_growl.ogg similarity index 100% rename from sound/voice/ed209_20sec.ogg rename to sound/voice/ed209_growl.ogg