Merge pull request #11095 from Fox-McCloud/new-gas

Adds Unidentified Gas in Deep Space
This commit is contained in:
variableundefined
2019-03-24 17:57:53 +08:00
committed by GitHub
5 changed files with 41 additions and 7 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ What are the archived variables for?
trace_gas.moles -= reaction_rate*0.05
temperature -= (reaction_rate*20000)/heat_capacity()
temperature += (reaction_rate*20000)/heat_capacity()
reacting = 1