prefs/tweaks

This commit is contained in:
Cerebulon
2020-03-15 17:20:02 +00:00
parent 4b9531c972
commit 9fbd9b2caf
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -131,5 +131,5 @@ datum/announcement/proc/Log(message as text, message_title as text)
AnnounceArrivalSimple(character.real_name, rank, join_message)
/proc/AnnounceArrivalSimple(var/name, var/rank = "visitor", var/join_message = "will arrive to the station shortly by shuttle", var/new_sound = 'sound/misc/notice3.ogg')
/proc/AnnounceArrivalSimple(var/name, var/rank = "visitor", var/join_message = "will arrive to the station shortly by shuttle", new_sound = 'sound/misc/notice3.ogg')
global_announcer.autosay("[name], [rank], [join_message].", "Arrivals Announcement Computer")