Fixed Molten Neutronium's spawning temperature.
This commit is contained in:
parent
2ec95dcb09
commit
7c52c7f800
|
|
@ -17,7 +17,7 @@ elements.Neutronium = {
|
|||
elements.Molten_Neutronium = {
|
||||
color: "#ffffaa",
|
||||
behavior: behaviors.LIQUID,
|
||||
temp: 6000,
|
||||
temp: 2500,
|
||||
tempHigh: 5000,
|
||||
stateHigh: "Neutronium_Gas",
|
||||
tempLow: 1000,
|
||||
|
|
|
|||
Loading…
Reference in New Issue