Skip to content

Commit

Permalink
TGS Test Merge (#6090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 20, 2023
2 parents 89fb935 + 8724953 commit 8fd5094
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 8fd5094

Please sign in to comment.