maybe would be nice if you removed the gasses you're using to form it eh?

This commit is contained in:
AbsFree
2024-12-17 09:59:55 +01:00
parent abb10ca695
commit 0d041fbf2e

View File

@@ -23,8 +23,8 @@
var/energy_released = reaction_efficiency*FIRE_CARBON_ENERGY_RELEASED
air.adjust_moles(GAS_FAT, reaction_efficiency)
air.adjust_moles(GAS_PLASMA, -reaction_efficiency / 2)
air.adjust_moles(GAS_N2, -reaction_efficiency / 2)
air.adjust_moles(GAS_TRITIUM, -reaction_efficiency / 2)
air.adjust_moles(GAS_BZ, -reaction_efficiency / 2)
var/heat_capacity = air.heat_capacity()
air.set_temperature(max(temperature + energy_released / heat_capacity, TCMB))