Skip to content

Commit

Permalink
Make gas analyzers show volume
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingSpock committed Oct 19, 2023
1 parent d403c9e commit 8724953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/atmospherics/gasmixtures/gas_mixture.dm
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@
return
var/pressure = return_pressure()
. += SPAN_NOTICE("Pressure: [round(pressure, 0.001)] kPa")
. += SPAN_NOTICE("Volume: [round(volume, 0.001)] L")
. += SPAN_NOTICE("Temperature: [round(temperature, 0.001)]°K ([round(temperature - T0C, 0.001)]°C)")
var/reagents = 0
var/other = 0
Expand Down

0 comments on commit 8724953

Please sign in to comment.