Merge pull request #530 from Shadowfire117/master

No more fever (for now)
This commit is contained in:
Vollybally
2019-03-15 12:08:56 -04:00
committed by GitHub
+1 -1
View File
@@ -122,7 +122,7 @@
infect_virus2(M,src)
//fever
mob.bodytemperature = max(mob.bodytemperature, min(310+5*min(stage,max_stage) ,mob.bodytemperature+5*min(stage,max_stage)))
//mob.bodytemperature = max(mob.bodytemperature, min(310+5*min(stage,max_stage) ,mob.bodytemperature+5*min(stage,max_stage))) (No more fever with all diseases, we want them to be beneficial without killing people)
clicks+=speed
/datum/disease2/disease/proc/cure(var/mob/living/carbon/mob)