diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-05-24 20:13:21 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-05-24 20:13:21 +0300 |
commit | 12ca835e1404a6c9750a17d327a7d8bd97bafcb4 (patch) | |
tree | c016e41b3177610b5433f4eba2e91350537f8cba /src/materials.cpp | |
parent | 0c5f58036531e85ab4c0c7d9ad75466c74aaafe7 (diff) | |
parent | c5e583e059bc31c0dc57496b23f5c97db1f5a3e3 (diff) | |
download | dragonfireclient-12ca835e1404a6c9750a17d327a7d8bd97bafcb4.tar.xz |
Merged CiaranG's fence and fixed two things
Diffstat (limited to 'src/materials.cpp')
-rw-r--r-- | src/materials.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/materials.cpp b/src/materials.cpp index e5f0c3b9e..841f1d655 100644 --- a/src/materials.cpp +++ b/src/materials.cpp @@ -73,6 +73,7 @@ void initializeMaterialProperties() setWoodLikeDiggingProperties(CONTENT_TREE, 1.0); setWoodLikeDiggingProperties(CONTENT_LEAVES, 0.15); setWoodLikeDiggingProperties(CONTENT_GLASS, 0.15); + setWoodLikeDiggingProperties(CONTENT_FENCE, 0.75); setWoodLikeDiggingProperties(CONTENT_WOOD, 0.75); setWoodLikeDiggingProperties(CONTENT_CHEST, 1.0); |