Merge pull request #15123 from Very-Soft/altbirf

Alternative birthday sound
This commit is contained in:
Casey
2023-07-07 20:41:29 -04:00
committed by GitHub
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
if(birthday) //woo
msg = "Today is your birthday! Do you want to increase your character's listed age?"
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)
else
Binary file not shown.