Merge pull request #3179 from Kyep/blob_vs_virus

Blob vs virus
This commit is contained in:
TheDZD
2016-01-13 16:09:22 -05:00
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
severity = rand(1, 3)
/datum/event/viral_infection/announce()
command_announcement.Announce("Confirmed outbreak of level five viral biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert", new_sound = 'sound/AI/outbreak5.ogg')
command_announcement.Announce("Confirmed outbreak of level 7 viral biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert", new_sound = 'sound/AI/outbreak7.ogg')
/datum/event/viral_infection/start()
var/list/candidates = list() //list of candidate keys
+1 -1
View File
@@ -7,7 +7,7 @@
severity = rand(2, 4)
/datum/event/viral_outbreak/announce()
command_announcement.Announce("Confirmed outbreak of level 7 viral biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert", new_sound = 'sound/AI/outbreak7.ogg')
command_announcement.Announce("Confirmed outbreak of level 7 major viral biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert", new_sound = 'sound/AI/outbreak7.ogg')
/datum/event/viral_outbreak/start()
var/list/candidates = list() //list of candidate keys