Fixed state changes
This commit is contained in:
parent
cad79d023b
commit
16c83e88f6
|
|
@ -9,7 +9,7 @@ elements.Neutronium = {
|
||||||
color: "#aaffff",
|
color: "#aaffff",
|
||||||
behavior: behaviors.POWDER,
|
behavior: behaviors.POWDER,
|
||||||
tempHigh: 1000,
|
tempHigh: 1000,
|
||||||
stateHigh: "molten_neutronium",
|
stateHigh: "Molten_Neutronium",
|
||||||
category: "energy",
|
category: "energy",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
density: 100000000000000000,
|
density: 100000000000000000,
|
||||||
|
|
@ -32,7 +32,7 @@ elements.Neutronium = {
|
||||||
behavior: behaviors.GAS,
|
behavior: behaviors.GAS,
|
||||||
temp: 6000,
|
temp: 6000,
|
||||||
tempLow: 5000,
|
tempLow: 5000,
|
||||||
stateLow: "molten_neutronium",
|
stateLow: "Molten_Neutronium",
|
||||||
category: "energy",
|
category: "energy",
|
||||||
state: "gas",
|
state: "gas",
|
||||||
density: 0.045,
|
density: 0.045,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue