send
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
max_occurrences = 1
|
||||
min_players = 3
|
||||
weight = 5
|
||||
category = EVENT_CATEGORY_HEALTH
|
||||
description = "A classic or advanced disease will infect some crewmembers."
|
||||
|
||||
/datum/round_event/disease_outbreak
|
||||
announceWhen = 15
|
||||
announce_when = 15
|
||||
|
||||
var/virus_type
|
||||
|
||||
@@ -24,7 +26,7 @@
|
||||
priority_announce("Confirmed outbreak of level 7 viral biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert", "outbreak7")
|
||||
|
||||
/datum/round_event/disease_outbreak/setup()
|
||||
announceWhen = rand(15, 30)
|
||||
announce_when = rand(15, 30)
|
||||
|
||||
|
||||
/datum/round_event/disease_outbreak/start()
|
||||
|
||||
Reference in New Issue
Block a user