Update genetics.dm (#46748)

This commit is contained in:
ATH1909
2019-10-03 02:19:33 -07:00
committed by Rob Bailey
parent 90ce6cfddc
commit 4d795b8fb4
@@ -16,7 +16,7 @@ Bonus
*/
/datum/symptom/genetic_mutation
name = "Viral DNA Activator"
name = "Dormant DNA Activator"
desc = "The virus bonds with the DNA of the host, activating random dormant mutations within their DNA. When the virus is cured, the host's genetic alterations are undone."
stealth = -2
resistance = -3
@@ -25,8 +25,8 @@ Bonus
level = 6
severity = 4
base_message_chance = 50
symptom_delay_min = 60
symptom_delay_max = 100
symptom_delay_min = 30
symptom_delay_max = 60
var/excludemuts = NONE
var/no_reset = FALSE
var/mutadone_proof = NONE
@@ -40,8 +40,9 @@ Bonus
return
if(A.properties["stealth"] >= 5) //only give them bad mutations
excludemuts = POSITIVE
if(A.properties["stage_rate"] >= 10) //activate dormant mutations more often at around twice the pace
symptom_delay_max = 60
if(A.properties["stage_rate"] >= 10) //activate dormant mutations more often at around 1.5x the pace
symptom_delay_min = 20
symptom_delay_max = 40
if(A.properties["resistance"] >= 8) //mutadone won't save you now
mutadone_proof = (NEGATIVE | MINOR_NEGATIVE)
if(A.properties["resistance"] >= 14) //one does not simply escape Nurgle's grasp