some tweaking
[oweals/minetest.git] / src / materials.cpp
index 1c177e9a3189c0e7f7e04eb52d45852b7668045b..bc39619fcf0abed0f21ae14953d418d6ffa2b49d 100644 (file)
@@ -13,9 +13,9 @@ void setStoneLikeDiggingProperties(u8 material, float toughness)
                        DiggingProperties(true, 15.0*toughness, 0));
        
        g_material_properties[material].setDiggingProperties("WPick",
-                       DiggingProperties(true, 1.5*toughness, 65535./20.*toughness));
+                       DiggingProperties(true, 1.5*toughness, 65535./30.*toughness));
        g_material_properties[material].setDiggingProperties("STPick",
-                       DiggingProperties(true, 0.7*toughness, 65535./60.*toughness));
+                       DiggingProperties(true, 0.7*toughness, 65535./100.*toughness));
 
        /*g_material_properties[material].setDiggingProperties("MesePick",
                        DiggingProperties(true, 0.0*toughness, 65535./20.*toughness));*/