diff --git a/mods/random_things.js b/mods/random_things.js index b8f59b1a..9a540094 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -17,7 +17,7 @@ elements.legendary_energy = { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, }, -} +}, elements.liquid_legend = { name: "liquid legend", @@ -35,6 +35,5 @@ elements.liquid_legend = { reactions: { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, - }, - } -}); + } +};