mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Makes some wizard disease admin-spreadable (#30133)
* Makes some wizard disease admin-spreadable * remove duped flags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user