fixed an error

This commit is contained in:
Swan
2024-12-15 19:33:33 +01:00
parent 7a779f389f
commit c84583f817
@@ -5,7 +5,7 @@
/datum/gas_reaction/lipoifium_formation/init_reqs()
min_requirements = list(
"MAX_TEMP" = 100
"MAX_TEMP" = 100,
GAS_BZ = 15,
GAS_TRITIUM = 15
)