From c36e35a42161d3b5aebb17b1b331045974b41ca6 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Mon, 19 Oct 2015 16:09:01 -0700 Subject: [PATCH] CF BodyTemp --- code/game/machinery/adv_med.dm | 3 ++- nano/templates/adv_med.tmpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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:
- {{:data.occupant.bodyTemperature}} + {{:data.occupant.bodyTempC}}°C, {{:data.occupant.bodyTempF}}°F
{{if data.occupant.hasVirus}}