Merge pull request #12746 from silicons/react

chemical reactions now have priority - "the first grenade helped with the revenant and the second blew up the evacuation shuttle"
This commit is contained in:
Lin
2020-07-13 11:28:52 -05:00
committed by GitHub
6 changed files with 19 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
// Reaction priorities, higher makes it checked first. Otherwise, it goes based on reaction temperature requirements.
#define CHEMICAL_REACTION_PRIORITY_DEFAULT 100
#define CHEMICAL_REACTION_PRIORITY_SMOKE 1000