diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-03 16:21:06 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-03 16:21:06 +0300 |
commit | 01c2b003e1efb839ad246eb939af7fa8336b9ad5 (patch) | |
tree | 9771fbd3321709f6aff0761ed7efc5a177823352 /src/materials.cpp | |
parent | 06eb0ad4d063c696afa53cad75824c7778c5c157 (diff) | |
download | dragonfireclient-01c2b003e1efb839ad246eb939af7fa8336b9ad5.tar.xz |
commit before some more radical changes
Diffstat (limited to 'src/materials.cpp')
-rw-r--r-- | src/materials.cpp | 2 |
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 */ |