Adds critical as a state to the crew monitor (#16313)

* Adds critical as a state to the crew monitor

* TGUI rebuild
This commit is contained in:
warior4356
2021-07-09 11:21:04 +01:00
committed by GitHub
parent b9a4929235
commit 7a7364fcfd
4 changed files with 15 additions and 7 deletions
+1
View File
@@ -49,6 +49,7 @@ GLOBAL_DATUM_INIT(crew_repository, /datum/repository/crew, new())
if(C.sensor_mode >= SUIT_SENSOR_VITAL)
crewmemberData["stat"] = H.stat
crewmemberData["health"] = H.health
crewmemberData["oxy"] = round(H.getOxyLoss(), 1)
crewmemberData["tox"] = round(H.getToxLoss(), 1)
crewmemberData["fire"] = round(H.getFireLoss(), 1)