From 05e6e00a66698d0ad8c99fe1c09e6cbc94ee6543 Mon Sep 17 00:00:00 2001 From: stefanblox <155691462+stefanblox@users.noreply.github.com> Date: Sat, 27 Jan 2024 15:32:39 -0300 Subject: [PATCH] collab_mod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i think this is the first ever mod that was made collabing 😮 --- mods/collab_mod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/collab_mod.js b/mods/collab_mod.js index 66b50e89..66158472 100644 --- a/mods/collab_mod.js +++ b/mods/collab_mod.js @@ -170,7 +170,7 @@ elements.plutonium = { onSelect: function() { logMessage("Mod made by mrapple, ilikepizza and stefanblox"); }, - color: "#ffffff", + color: ["#38a30e", "#0d662b", "#5d995d"], behavior: behaviors.RADPOWDER, category: "powders", state: "solid", @@ -250,4 +250,4 @@ elements.uranium.reactions.seltzer = { elements.uranium.reactions.juice = { onSelect: function() { logMessage("Mod made by mrapple, ilikepizza and stefanblox"); - }, elem1: "uranium_juice", elem2: null, chance: 30 } \ No newline at end of file + }, elem1: "uranium_juice", elem2: null, chance: 30 }