diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 157f870e80..75caeb0d3c 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -866,7 +866,7 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put BRAIN_TRAUMA_SEVERE = 10)) gain_trauma_type(trauma_type, resistance) //Gaining the trauma will inform them if("amplifycorrupt") - adjustToxLoss(10, toxins_type = TOX_SYSCORRUPT) + adjustToxLoss(5, toxins_type = TOX_SYSCORRUPT) to_chat(src, "System safeguards failing - Action urgently required.") if("changetemp") adjust_bodytemperature(pick(list(rand(-100, -70), rand(70, 100))))