mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-22 16:02:54 +02:00
Fix SNOW(SLTW) melting temperature, and change ACID hardness value to make more sense on the wiki
This commit is contained in:
@@ -22,7 +22,7 @@ Element_ACID::Element_ACID()
|
|||||||
Flammable = 40;
|
Flammable = 40;
|
||||||
Explosive = 0;
|
Explosive = 0;
|
||||||
Meltable = 0;
|
Meltable = 0;
|
||||||
Hardness = 1;
|
Hardness = 0;
|
||||||
|
|
||||||
Weight = 10;
|
Weight = 10;
|
||||||
|
|
||||||
|
@@ -39,7 +39,7 @@ Element_SNOW::Element_SNOW()
|
|||||||
HighPressureTransition = NT;
|
HighPressureTransition = NT;
|
||||||
LowTemperature = ITL;
|
LowTemperature = ITL;
|
||||||
LowTemperatureTransition = NT;
|
LowTemperatureTransition = NT;
|
||||||
HighTemperature = 273.0f;
|
HighTemperature = 252.05f;
|
||||||
HighTemperatureTransition = ST;
|
HighTemperatureTransition = ST;
|
||||||
|
|
||||||
Update = &Element_SNOW::update;
|
Update = &Element_SNOW::update;
|
||||||
|
Reference in New Issue
Block a user