fix chem.js incompatibility with reactionless chlorine overwriting newer vanilla chlorine
by adding reactions
This commit is contained in:
parent
b2d8748bcb
commit
d9d9a79f66
|
|
@ -470,6 +470,11 @@ elements.chlorine = {
|
||||||
color: "#89b87b",
|
color: "#89b87b",
|
||||||
behavior: behaviors.GAS,
|
behavior: behaviors.GAS,
|
||||||
category: "gases",
|
category: "gases",
|
||||||
|
reactions: {
|
||||||
|
"water": { "elem1": "pool_water", "elem2":null },
|
||||||
|
"hydrogen": { "elem1": "acid_gas", "elem2":null },//hydrochloric acid
|
||||||
|
"dirty_water": { "elem2":"water" },
|
||||||
|
},
|
||||||
density:3.2,
|
density:3.2,
|
||||||
state: "gas",
|
state: "gas",
|
||||||
tempLow: -101.5,
|
tempLow: -101.5,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue