Needs all cures set to false

This commit is contained in:
Guti
2024-11-25 18:27:41 +01:00
parent fc4de336fe
commit 2e9e1806cc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
spread_flags = AIRBORNE
cure_text = "Rest & Spaceacillin"
cures = list("spaceacillin", "chicken_soup")
needs_all_cures = FALSE
agent = "XY-rhinovirus"
viable_mobtypes = list(/mob/living/carbon/human, /mob/living/carbon/human/monkey)
permeability_mod = 0.5
+1
View File
@@ -4,6 +4,7 @@
spread_text = "Airborne"
cure_text = "Spaceacillin"
cures = list("spaceacillin", "chicken_soup")
needs_all_cures = FALSE
cure_chance = 10
agent = "H13N1 flu virion"
viable_mobtypes = list(/mob/living/carbon/human, /mob/living/carbon/human/monkey)