fix chem.js incompatibility with reactionless chlorine overwriting newer vanilla chlorine

by adding reactions
This commit is contained in:
Laetitia (O-01-67) 2022-12-13 18:29:30 -05:00 committed by GitHub
parent b2d8748bcb
commit d9d9a79f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -470,6 +470,11 @@ elements.chlorine = {
color: "#89b87b",
behavior: behaviors.GAS,
category: "gases",
reactions: {
"water": { "elem1": "pool_water", "elem2":null },
"hydrogen": { "elem1": "acid_gas", "elem2":null },//hydrochloric acid
"dirty_water": { "elem2":"water" },
},
density:3.2,
state: "gas",
tempLow: -101.5,