mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-22 07:53:00 +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;
|
||||
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