black damp deletes life

still not realistic
This commit is contained in:
Lily-129 2022-02-05 22:19:20 -05:00 committed by GitHub
parent 49f6948646
commit 0a2d41a0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -396,6 +396,9 @@ runAfterLoad(function() {
for(i = 0; i < lifeArray.length; i++) {
elements.void_gas.reactions[lifeArray[i]] = { "elem2": null, "chance": 0.7 }
};
for(i = 0; i < lifeArray.length; i++) {
elements.black_damp.reactions[lifeArray[i]] = { "elem2": null, "chance": 0.7 }
};
elements.acidic_vapour.ignore = elements.acid.ignore
if(enabledMods.includes("mods/Neutronium Mod.js")) {
elements.coal.breakInto = "coal_dust"