summaryrefslogtreecommitdiff
path: root/src/materials.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/materials.cpp')
-rw-r--r--src/materials.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/materials.cpp b/src/materials.cpp
index 0558a5e39..50f994523 100644
--- a/src/materials.cpp
+++ b/src/materials.cpp
@@ -60,6 +60,8 @@ void initializeMaterialProperties()
g_material_properties[CONTENT_SAND].setDiggingProperties("",
DiggingProperties(true, 0.4, 0));
+ setStoneLikeDiggingProperties(CONTENT_FURNACE, 1.0);
+
/*
Add MesePick to everything
*/