This commit is contained in:
SandPoot
2023-01-23 20:44:28 -03:00
parent e292452aae
commit 54641ce201
103 changed files with 730 additions and 232 deletions
+4 -2
View File
@@ -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()