mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
@@ -22,7 +22,7 @@ GLOBAL_LIST_INIT(advance_cures, list(
|
||||
form = "Advance Disease"
|
||||
agent = "advance microbes"
|
||||
max_stages = 5
|
||||
disease_flags = CAN_NOT_POPULATE
|
||||
disease_flags = CURABLE|CAN_CARRY|CAN_RESIST|CAN_NOT_POPULATE
|
||||
spread_text = "Unknown"
|
||||
viable_mobtypes = list(/mob/living/carbon/human)
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
/datum/disease/advance/cold/New(process = 1, datum/disease/advance/D, copy = 0)
|
||||
if(!D)
|
||||
name = "Cold"
|
||||
name = "Engineered Cold"
|
||||
symptoms = list(new /datum/symptom/sneeze)
|
||||
..(process, D, copy)
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
/datum/disease/advance/flu/New(process = 1, datum/disease/advance/D, copy = 0)
|
||||
if(!D)
|
||||
name = "Flu"
|
||||
name = "Engineered Flu"
|
||||
symptoms = list(new /datum/symptom/cough)
|
||||
..(process, D, copy)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user