Fix things melting with heat sim off

This commit is contained in:
Simon Robertshaw 2012-08-28 15:08:11 +01:00
parent 4263e3aab7
commit 05e32f1698
14 changed files with 14 additions and 14 deletions

View File

@ -21,7 +21,7 @@ Element_ARAY::Element_ARAY()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_BRAY::Element_BRAY()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_BTRY::Element_BTRY()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_DLAY::Element_DLAY()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_ETRD::Element_ETRD()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_FILT::Element_FILT()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_FRAY::Element_FRAY()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_GPMP::Element_GPMP()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_HSWC::Element_HSWC()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_LCRY::Element_LCRY()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -22,7 +22,7 @@ Element_LIGH::Element_LIGH()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_SPNG::Element_SPNG()
Flammable = 20;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 30;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_TESC::Element_TESC()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;

View File

@ -21,7 +21,7 @@ Element_WIFI::Element_WIFI()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 2;
Weight = 100;