Skip to content

Commit

Permalink
Fix SNOW(SLTW) melting temperature, and change ACID hardness value to…
Browse files Browse the repository at this point in the history
… make more sense on the wiki
  • Loading branch information
jacksonmj committed Oct 6, 2014
1 parent 74dcd40 commit a78bd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/simulation/elements/ACID.cpp
Expand Up @@ -22,7 +22,7 @@ Element_ACID::Element_ACID()
Flammable = 40;
Explosive = 0;
Meltable = 0;
Hardness = 1;
Hardness = 0;

Weight = 10;

Expand Down
2 changes: 1 addition & 1 deletion src/simulation/elements/SNOW.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit a78bd78

Please sign in to comment.