mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 05:30:23 +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;
|
||||
Explosive = 0;
|
||||
Meltable = 1;
|
||||
Meltable = 0;
|
||||
Hardness = 1;
|
||||
|
||||
Weight = 100;
|
||||
|
Reference in New Issue
Block a user