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
@@ -38,5 +38,6 @@
data["isAI"] = isAI(user)
data["crewmembers"] = GLOB.crew_repository.health_data(T)
data["critThreshold"] = HEALTH_THRESHOLD_CRIT
return data