Makes some wizard disease admin-spreadable (#30133)

* Makes some wizard disease admin-spreadable

* remove duped flags
This commit is contained in:
Kyani
2025-08-26 01:48:31 +00:00
committed by GitHub
parent 00cbe5f9c4
commit 95f388e795
3 changed files with 15 additions and 8 deletions
+11 -4
View File
@@ -27,15 +27,17 @@
max_stages = 5
stage_prob = 5
spread_text = "Non-contagious"
spread_flags = SPREAD_NON_CONTAGIOUS
cure_text = "Pyrotech stabilizing agents"
agent = "Eruca Stomachum"
cures = list("stabilizing_agent")
viable_mobtypes = list(/mob/living/carbon/human)
desc = "A magic-infused disease that builds up VIRUS_DANGEROUSly high pressure bile within the stomach."
desc = "A magic-infused disease that builds up DANGEROUSLY high pressure bile within the stomach."
severity = VIRUS_DANGEROUS
virus_heal_resistant = TRUE
/datum/disease/grut_gut/wizard_variant
spread_flags = SPREAD_NON_CONTAGIOUS
/datum/disease/grut_gut/stage_act()
if(!..())
return FALSE
@@ -98,7 +100,6 @@
max_stages = 5
stage_prob = 5
spread_text = "Non-contagious"
spread_flags = SPREAD_NON_CONTAGIOUS
cure_text = "Acetaldehyde"
agent = "nasum magicum"
cures = list("acetaldehyde")
@@ -107,6 +108,9 @@
severity = VIRUS_DANGEROUS
virus_heal_resistant = TRUE
/datum/disease/wand_rot/wizard_variant
spread_flags = SPREAD_NON_CONTAGIOUS
/datum/disease/wand_rot/stage_act()
if(!..())
return FALSE
@@ -165,7 +169,7 @@
max_stages = 5
stage_prob = 5
spread_text = "Non-contagious"
spread_flags = SPREAD_NON_CONTAGIOUS
spread_flags = SPREAD_CONTACT_GENERAL
cure_text = "liquid dark matter"
agent = "Spatio Ventrem"
cures = list("liquid_dark_matter")
@@ -174,6 +178,9 @@
severity = VIRUS_DANGEROUS
virus_heal_resistant = TRUE
/datum/disease/mystic_malaise/wizard_variant
spread_flags = SPREAD_NON_CONTAGIOUS
/datum/disease/mystic_malaise/stage_act()
if(!..())
return FALSE