diff --git a/code/game/birthday.dm b/code/game/birthday.dm index 4f853167ab..f99937092c 100644 --- a/code/game/birthday.dm +++ b/code/game/birthday.dm @@ -20,7 +20,7 @@ msg = "Today is your birthday! Do you want to increase your character's listed age?" /* //Chomp DISABLE - Absolutely not. if(client.prefs.bday_announce) - var/list/sounds = list('sound/voice/BIRTH1.ogg','sound/voice/BIRTH2.ogg') + var/list/sounds = list('sound/voice/BIRTH.ogg') var/oursound = pickweight(sounds) command_announcement.Announce("Confirmed presence of BIRTHDAY aboard the station! It is [src.real_name]'s birthday or similar sort of celebration, name day, hatchday, WHATEVER! We encourage you to go find [src.real_name] and show them how we celebrate around here! Have a secure day!", "BIRTHDAY!", oursound) to_world("We did it") diff --git a/sound/voice/BIRTH1.ogg b/sound/voice/BIRTH.ogg similarity index 100% rename from sound/voice/BIRTH1.ogg rename to sound/voice/BIRTH.ogg diff --git a/sound/voice/BIRTH2.ogg b/sound/voice/BIRTH2.ogg deleted file mode 100644 index a19b757f89..0000000000 Binary files a/sound/voice/BIRTH2.ogg and /dev/null differ