This commit is contained in:
Katherine Kiefer
2022-10-03 11:46:48 +11:00
parent 59a4a3f695
commit 75de7e4b65

View File

@@ -483,7 +483,7 @@
var/temperature = breath.return_temperature()
for(var/id in breath.get_gases())
var/moles = breath.get_moles(id)
total_heat_capacity += GLOB.meta_gas_info[id][META_GAS_SPECIFIC_HEAT] * moles
total_heat_capacity += GLOB.gas_data.specific_heats[id] * moles
// Normal atmos is 0.416
// 20C -> 293K
// At about 50C overheating will begin