From 5fb97cafce5881e86516599697b258093d1a29eb Mon Sep 17 00:00:00 2001 From: PumpkinPriest <104536541+PumpkinPriest@users.noreply.github.com> Date: Fri, 19 May 2023 19:42:00 -0400 Subject: [PATCH] Update random_things.js --- mods/random_things.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mods/random_things.js b/mods/random_things.js index 813bf1e1..efea0f68 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -16,7 +16,8 @@ elements.legendary_energy = { reactions: { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, - } +} + runAfterLoad(function() { if(enabledMods.includes("liquid_energy.js") && enabledMods.includes("bananas.js")) { elements.liquid_legend = { @@ -34,8 +35,8 @@ runAfterLoad(function() { excludeRandom: true, reactions" { "magma": { "elem1": "armageddon", "elem2": null }, - "void": { "elem1": "light", "elm2": null }, - } + "void": { "elem1": "light", "elm2": null } + } elements.banana_juice = { name: "banana juice", color: "#e0f542",