Added default temperatures to neutronium gas & molten neutronium.

This commit is contained in:
StellarX20 2022-01-17 12:33:04 -05:00 committed by GitHub
parent 1295b2ef31
commit 2ec95dcb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ elements.Neutronium = {
elements.Molten_Neutronium = {
color: "#ffffaa",
behavior: behaviors.LIQUID,
temp: 6000,
tempHigh: 5000,
stateHigh: "Neutronium_Gas",
tempLow: 1000,
@ -29,6 +30,7 @@ elements.Neutronium = {
elements.Neutronium_Gas = {
color: "#abcdef",
behavior: behaviors.GAS,
temp: 6000,
tempLow: 5000,
stateLow: "molten_neutronium",
category: "energy",