Merge pull request #11001 from Arturlang/P.A.N.D.E.M.I.C_fixes

Pandemic Fixes
This commit is contained in:
Ghom
2020-02-10 12:22:40 +01:00
committed by GitHub
3 changed files with 13 additions and 5 deletions
@@ -448,9 +448,11 @@
symptom_delay_max = 1
passive_message = "<span class='notice'>Your skin glows faintly for a moment.</span>"
var/cellular_damage = FALSE
threshold_desc = "<b>Transmission 6:</b> Additionally heals cellular damage and toxin lovers.<br>\
<b>Resistance 7:</b> Increases healing speed."
threshold_desc = list(
"Transmission 6" = "Additionally heals cellular damage and toxin lovers.",
"Resistance 7" = "Increases healing speed.",
)
/datum/symptom/heal/radiation/Start(datum/disease/advance/A)
if(!..())
return