Turn server room into AI node room (#31666)

This commit is contained in:
BiancaWilkson
2026-03-13 19:34:44 +00:00
committed by GitHub
parent 2b680e4eb0
commit a470d925c0
7 changed files with 22 additions and 13 deletions
@@ -195,7 +195,7 @@ GLOBAL_LIST_INIT(aalarm_modes, list(
"water vapor" = new/datum/tlv(-1.0, -1.0, -1.0, -1.0), // Partial pressure, kpa
"other" = new/datum/tlv(-1.0, -1.0, -1.0, -1.0), // Partial pressure, kpa
"pressure" = new/datum/tlv(-1.0, -1.0, -1.0, -1.0), /* kpa */
"temperature" = new/datum/tlv(0, 0, T20C + 5, T20C + 15), // K
"temperature" = new/datum/tlv(T0C, T0C+5, T0C+80, T0C+100), // K
)
if(AALARM_PRESET_DISABLED)
no_cycle_after = TRUE