mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-10 18:34:21 +02:00
fix BIZS melting without heat sim on (I wonder how many more elements still do this ...)
This commit is contained in:
@@ -21,7 +21,7 @@ Element_BIZRS::Element_BIZRS()
|
|||||||
|
|
||||||
Flammable = 0;
|
Flammable = 0;
|
||||||
Explosive = 0;
|
Explosive = 0;
|
||||||
Meltable = 1;
|
Meltable = 0;
|
||||||
Hardness = 1;
|
Hardness = 1;
|
||||||
|
|
||||||
Weight = 100;
|
Weight = 100;
|
||||||
|
Reference in New Issue
Block a user