From 3c20716991cd92a0a09f84e959cb65c08cfc33ec Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:30:34 -0400 Subject: [PATCH] sorry lllllllllwith10ls, i desperately have to exclude these from random i tried doing it with a separate file but it illogically refused to change neutronium --- mods/chem.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mods/chem.js b/mods/chem.js index 3b7459f8..6abe3339 100644 --- a/mods/chem.js +++ b/mods/chem.js @@ -463,6 +463,7 @@ elements.neutronium = { category: "special", state: "solid", density: 4e17, + excludeRandom: true, } @@ -498,6 +499,7 @@ elements.liquid_neutronium = { category: "special", state: "liquid", density: 2e17, + excludeRandom: true, } elements.liquid_helium.behavior2 = [ @@ -542,4 +544,5 @@ elements.quark_matter = { category: "special", state: "liquid", density: 4e18, -} \ No newline at end of file + excludeRandom: true, +}