Fix SNOW(SLTW) melting temperature, and change ACID hardness value to make more sense on the wiki

This commit is contained in:
jacksonmj 2014-10-06 12:57:32 +01:00
parent 74dcd4074e
commit a78bd78bfc
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Element_ACID::Element_ACID()
Flammable = 40;
Explosive = 0;
Meltable = 0;
Hardness = 1;
Hardness = 0;
Weight = 10;

View File

@ -39,7 +39,7 @@ Element_SNOW::Element_SNOW()
HighPressureTransition = NT;
LowTemperature = ITL;
LowTemperatureTransition = NT;
HighTemperature = 273.0f;
HighTemperature = 252.05f;
HighTemperatureTransition = ST;
Update = &Element_SNOW::update;