Skip to content

Commit

Permalink
this is the only way
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 committed Apr 19, 2024
1 parent 0ed3415 commit 1bb3476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/atmospherics/gasmixtures/reactions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@

var/new_heat_capacity = air.heat_capacity()
if(new_heat_capacity > MINIMUM_HEAT_CAPACITY)
air.set_temperature(clamp(((old_thermal_energy + reaction_energy)/new_heat_capacity),TCMB,INFINITY))
air.set_temperature(clamp(((old_thermal_energy + reaction_energy)/(new_heat_capacity*0.8)),TCMB,INFINITY))
return REACTING

/datum/gas_reaction/nitriumformation //The formation of nitrium. Endothermic. Requires N2O as a catalyst.
Expand Down

0 comments on commit 1bb3476

Please sign in to comment.