From 0a2d41a0f799b1236988e8460435a8a89d28bfef Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Sat, 5 Feb 2022 22:19:20 -0500 Subject: [PATCH] black damp deletes life still not realistic --- mods/glenn_gases.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/glenn_gases.js b/mods/glenn_gases.js index 3436af45..a04d9915 100644 --- a/mods/glenn_gases.js +++ b/mods/glenn_gases.js @@ -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"