mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Minor runtimes fixes. (#25566)
* Fixes power monitor runtime * Fixes reagent data runtime * Nullspace is no smoking zone
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
if(istype(A))
|
||||
data["areas"] += list(list(
|
||||
"name" = A.area.name,
|
||||
"charge" = A.cell.percent(),
|
||||
"charge" = A.cell ? A.cell.percent() : 0,
|
||||
"load" = A.lastused_total,
|
||||
"charging" = A.charging,
|
||||
"eqp" = A.equipment,
|
||||
|
||||
Reference in New Issue
Block a user