[MIRROR] Fix a rare gas scrubbing runtime (#12762)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-05-19 01:32:34 +02:00
committed by GitHub
co-authored by Will
parent 35aa3cb6f1
commit a6d1629db3
+1 -1
View File
@@ -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