diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm
index 2689f52a3a..157f870e80 100644
--- a/code/modules/mob/living/carbon/life.dm
+++ b/code/modules/mob/living/carbon/life.dm
@@ -869,8 +869,8 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put
adjustToxLoss(10, toxins_type = TOX_SYSCORRUPT)
to_chat(src, "System safeguards failing - Action urgently required.")
if("changetemp")
- adjust_bodytemperature(pick(list(-70, 70)))
- to_chat(src, "Warning - Fatal coolant flow error at node [rand(6, 99)]!")
+ adjust_bodytemperature(pick(list(rand(-100, -70), rand(70, 100))))
+ to_chat(src, "Warning - Fatal coolant flow error at node [rand(6, 99)]!") //This is totally not a reference to anything.
/mob/living/carbon/proc/reenable_limb(disabled_limb)
REMOVE_TRAIT(src, disabled_limb, CORRUPTED_SYSTEM)