Fixed state changes

This commit is contained in:
StellarX20 2022-01-17 13:16:45 -05:00 committed by GitHub
parent cad79d023b
commit 16c83e88f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ elements.Neutronium = {
color: "#aaffff",
behavior: behaviors.POWDER,
tempHigh: 1000,
stateHigh: "molten_neutronium",
stateHigh: "Molten_Neutronium",
category: "energy",
state: "solid",
density: 100000000000000000,
@ -32,7 +32,7 @@ elements.Neutronium = {
behavior: behaviors.GAS,
temp: 6000,
tempLow: 5000,
stateLow: "molten_neutronium",
stateLow: "Molten_Neutronium",
category: "energy",
state: "gas",
density: 0.045,