Fixes condensation overwriting other condensation

This commit is contained in:
Putnam3145
2022-08-30 00:21:05 -07:00
parent 32ecaced4b
commit 1bb15d2858
4 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -69,6 +69,8 @@
// no test cause it's entirely based on location
GLOBAL_VAR_INIT(condensation_priority, 0)
/datum/gas_reaction/condensation
priority = 0
name = "Condensation"
@@ -87,6 +89,8 @@
name = "[R.name] condensation"
id = "[R.type] condensation"
condensing_reagent = GLOB.chemical_reagents_list[R.type]
GLOB.condensation_priority += 0.000000000001
priority = GLOB.condensation_priority
exclude = FALSE
/datum/gas_reaction/condensation/react(datum/gas_mixture/air, datum/holder)

View File

@@ -21,7 +21,7 @@ export SPACEMAN_DMM_VERSION=suite-1.7
export PYTHON_VERSION=3.7.9
# Auxmos git tag
export AUXMOS_VERSION=v2.0.1
export AUXMOS_VERSION=v2.1.0
# Extools git tag
export EXTOOLS_VERSION=v0.0.7