diff --git a/mods/random_things.js b/mods/random_things.js index d1ed8e04..6c7755ee 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -16,6 +16,7 @@ elements.legendary_energy = { reactions: { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, + }, } runAfterLoad(function() { @@ -33,10 +34,11 @@ runAfterLoad(function() { state: "liquid", density: 2000, excludeRandom: true, - reactions" { + reactions: { "magma": { "elem1": "armageddon", "elem2": null }, - "void": { "elem1": "light", "elm2": null } - } + "void": { "elem1": "light", "elm2": null }, + }, + }, elements.banana_juice = { name: "banana juice", color: "#e0f542",