Cleans up Event messages

Mainly just adding [station_name()] when needed
This commit is contained in:
Lorwp
2018-04-11 21:07:10 +10:00
parent 4df02c9160
commit dbcc4efb7c
9 changed files with 14 additions and 14 deletions

View File

@@ -122,7 +122,7 @@ datum/announcement/proc/Log(message as text, message_title as text)
command_announcement.Announce("Confirmed outbreak of level 7 biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert", new_sound = 'sound/AI/outbreak7.ogg')
/proc/ion_storm_announcement()
command_announcement.Announce("It has come to our attention that the station passed through an ion storm. Please monitor all electronic equipment for malfunctions.", "Anomaly Alert")
command_announcement.Announce("It has come to our attention that the [station_name()] passed through an ion storm. Please monitor all electronic equipment for malfunctions.", "Anomaly Alert")
/proc/AnnounceArrival(var/mob/living/carbon/human/character, var/rank, var/join_message)
if (ticker.current_state == GAME_STATE_PLAYING)