From 3fc25f363d5aa5c3f25b85ef579507bbcb073b77 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Sat, 26 Mar 2022 11:16:05 -0400 Subject: [PATCH] How did that get there? Fixed it. --- mods/Neutronium Mod.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/Neutronium Mod.js b/mods/Neutronium Mod.js index 3f805b71..bed62707 100644 --- a/mods/Neutronium Mod.js +++ b/mods/Neutronium Mod.js @@ -2,10 +2,12 @@ currentColor = "#80ffff"; function deletecoconut() { throw "The game crashed, because you deleted the coconut." } +let rPOWDER = behaviors.POWDER console.log("Welcome to the console."); +console.log(rPOWDER); elements.test = { color: "#ff0000", - behavior: rPOWDER, + behavior: behaviors.POWDER, category: "land", state: "solid", density: 10,