mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Fixes condensation overwriting other condensation
This commit is contained in:
BIN
auxmos.dll
BIN
auxmos.dll
Binary file not shown.
BIN
auxmos.pdb
BIN
auxmos.pdb
Binary file not shown.
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user