mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
CF BodyTemp
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ Used In File(s): \code\game\machinery\adv_med.dm
|
||||
Body Temperature:
|
||||
</div>
|
||||
<div class="itemContentMedium">
|
||||
{{:data.occupant.bodyTemperature}}
|
||||
{{:data.occupant.bodyTempC}}°C, {{:data.occupant.bodyTempF}}°F
|
||||
</div>
|
||||
</div>
|
||||
{{if data.occupant.hasVirus}}
|
||||
|
||||
Reference in New Issue
Block a user