From 7f8fdfcdfda5c730b1d65dc9d565385c4a842b39 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Mon, 17 Jan 2022 14:16:51 -0500 Subject: [PATCH] Fixed code yet-a-fucking-gain --- mods/Neutronium_Mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 43feca2d..2c8c9bd5 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -73,7 +73,7 @@ elements.Neutronium = { }; elements.Ionized_Hydrogen = { name: "Ionized Protium", - color: "ff00ff", + color: "#ff00ff", behavior: behaviors.GAS, category: "energy", state: "gas",