Fixed Molten Neutronium's spawning temperature.

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

View File

@ -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,