mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Remove birthday debug message I forgot
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user