mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Adds moles to the supermatter monitor (#13915)
* Adds moles to the supermatter monitor * Fixes some indentation * pain
This commit is contained in:
@@ -137,11 +137,13 @@
|
||||
data["SM_power"] = active.power + round((rand()-0.5)*12000,1)
|
||||
data["SM_ambienttemp"] = air.return_temperature() + round((rand()-0.5)*20000,1)
|
||||
data["SM_ambientpressure"] = air.return_pressure() + round((rand()-0.5)*15000,1)
|
||||
data["SM_moles"] = air.total_moles() + round((rand()-0.5)*1800,1)
|
||||
else
|
||||
data["SM_integrity"] = active.get_integrity()
|
||||
data["SM_power"] = active.power
|
||||
data["SM_ambienttemp"] = air.return_temperature()
|
||||
data["SM_ambientpressure"] = air.return_pressure()
|
||||
data["SM_moles"] = air.total_moles()
|
||||
//data["SM_EPR"] = round((air.total_moles / air.group_multiplier) / 23.1, 0.01)
|
||||
var/list/gasdata = list()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user