Uplink Items - Part III

Phase III of the antag uplink additions.
Currently contains proof-of-concept falsified announcements.
This commit is contained in:
PsiOmegaDelta
2015-07-03 16:02:02 +02:00
parent 41d86361a0
commit 8c51676722
12 changed files with 169 additions and 43 deletions

View File

@@ -117,3 +117,9 @@ datum/announcement/proc/Log(message as text, message_title as text)
/proc/GetNameAndAssignmentFromId(var/obj/item/weapon/card/id/I)
// Format currently matches that of newscaster feeds: Registered Name (Assigned Rank)
return I.assignment ? "[I.registered_name] ([I.assignment])" : I.registered_name
/proc/level_seven_announcement()
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")