Fixes admin disease naming, basic disease trigger (#48628)

This commit is contained in:
skoglol
2020-01-07 15:54:55 +01:00
committed by Emmett Gaines
parent 13790ebb5a
commit 135251ece3
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -444,7 +444,7 @@
var/datum/round_event_control/disease_outbreak/DC = locate(/datum/round_event_control/disease_outbreak) in SSevents.control
E = DC.runEvent()
if("Choose")
var/virus = input("Choose the virus to spread", "BIOHAZARD") as null|anything in sortList(typesof(/datum/disease, /proc/cmp_typepaths_asc))
var/virus = input("Choose the virus to spread", "BIOHAZARD") as null|anything in sortList(typesof(/datum/disease), /proc/cmp_typepaths_asc)
var/datum/round_event_control/disease_outbreak/DC = locate(/datum/round_event_control/disease_outbreak) in SSevents.control
var/datum/round_event/disease_outbreak/DO = DC.runEvent()
DO.virus_type = virus