From dddec09acd75b129d8f1cc073ed8bf5114784ac2 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Fri, 7 Jul 2023 18:30:32 -0400 Subject: [PATCH] Remove birthday debug message I forgot --- code/game/birthday.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/birthday.dm b/code/game/birthday.dm index 465675a8c94..635456814cb 100644 --- a/code/game/birthday.dm +++ b/code/game/birthday.dm @@ -22,7 +22,6 @@ var/list/sounds = list('sound/voice/BIRTH1.ogg','sound/voice/BIRTH2.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") else msg = "Your birthday has passed! Do you want to increase your character's listed age?" //sad, but thus is the life of an adult if(tgui_alert(src, msg,"BIRTHDAY! ([bday_month]/[bday_day])",list("Level me up, baby","No way, I'mma stay young forever")) == "Level me up, baby")