Fix SNOW(SLTW) melting temperature, and change ACID hardness value to make more sense on the wiki
This commit is contained in:
parent
74dcd4074e
commit
a78bd78bfc
@ -22,7 +22,7 @@ Element_ACID::Element_ACID()
|
||||
Flammable = 40;
|
||||
Explosive = 0;
|
||||
Meltable = 0;
|
||||
Hardness = 1;
|
||||
Hardness = 0;
|
||||
|
||||
Weight = 10;
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user