diff --git a/code/game/machinery/adv_med.dm b/code/game/machinery/adv_med.dm index 12feea91c04..9662358a32f 100644 --- a/code/game/machinery/adv_med.dm +++ b/code/game/machinery/adv_med.dm @@ -328,7 +328,8 @@ occupantData["brainLoss"] = H.getBrainLoss() occupantData["paralysis"] = H.paralysis occupantData["paralysisSeconds"] = round(H.paralysis / 4) - occupantData["bodyTemperature"] = H.bodytemperature + occupantData["bodyTempC"] = H.bodytemperature-T0C + occupantData["bodyTempF"] = (((H.bodytemperature-T0C) * 1.8) + 32) occupantData["hasBorer"] = H.has_brain_worms() diff --git a/nano/templates/adv_med.tmpl b/nano/templates/adv_med.tmpl index c0af251aa9f..92049364561 100644 --- a/nano/templates/adv_med.tmpl +++ b/nano/templates/adv_med.tmpl @@ -93,7 +93,7 @@ Used In File(s): \code\game\machinery\adv_med.dm Body Temperature: