Virology Hotix (#16911)

* Fix

* Names
This commit is contained in:
Guti
2025-01-16 16:14:16 -05:00
committed by GitHub
parent e5e589b4e6
commit 3c803640e6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)