mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] Fix a rare gas scrubbing runtime (#12762)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
35aa3cb6f1
commit
a6d1629db3
@@ -3,7 +3,7 @@
|
||||
//Gases with 0 moles are not tracked and are pruned by update_values()
|
||||
var/list/gas
|
||||
//Temperature in Kelvin of this gas mix.
|
||||
var/temperature = 0
|
||||
var/temperature = TCMB
|
||||
|
||||
//Sum of all the gas moles in this mix. Updated by update_values()
|
||||
var/total_moles = 0
|
||||
|
||||
Reference in New Issue
Block a user