From dd44193597446f509e00dcaf2fb4888243196ba0 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Fri, 13 Nov 2020 04:29:04 +0100 Subject: [PATCH] oop --- code/modules/mob/living/carbon/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 13100c2f69..da453dc164 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -444,7 +444,7 @@ if(!HAS_TRAIT(src, TRAIT_ROBOTIC_ORGANISM)) adjustToxLoss(log(radiation-RAD_MOB_SAFE)*RAD_TOX_COEFFICIENT) else if(radiation > RAD_MOB_SAFE * 3) - adjustToxLoss(log(radiation-RAD_MOB_SAFE*3)*RAD_TOX_COEFFICIENT*0.2) //Robots are more resistant to rads, but in the end suffer slow corruption at high levels. + adjustToxLoss(log(radiation-RAD_MOB_SAFE*3)*RAD_TOX_COEFFICIENT*0.2, toxins_type = TOX_SYSCORRUPT) //Robots are more resistant to rads, but in the end suffer slow corruption at high levels. /mob/living/carbon/handle_stomach() set waitfor = 0