Sent from my iPhone.
This commit is contained in:
Shadow-Quill
2019-08-23 02:05:03 -05:00
committed by GitHub
parent 0f5cc3b026
commit acafb38c74
@@ -36,5 +36,5 @@ Bonus
/datum/symptom/shivering/proc/Chill(mob/living/M, datum/disease/advance/A)
var/get_cold = (sqrtor0(16+A.totalStealth()*2))+(sqrtor0(21+A.totalResistance()*2))
M.bodytemperature = min(M.bodytemperature - (get_cold * A.stage), BODYTEMP_COLD_DAMAGE_LIMIT + 1)
M.bodytemperature = max(M.bodytemperature - (get_cold * A.stage), BODYTEMP_COLD_DAMAGE_LIMIT + 1)
return 1