diff options
author | Mark Holmquist <marktraceur@gmail.com> | 2011-07-27 14:38:48 -0700 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-08-01 09:22:36 +0200 |
commit | 1c59cff8328bd85d6aed7df38b7eaddbeeca0aec (patch) | |
tree | 551b5a158be3dab163ab34e4e2908d55bdbd256c /src/content_mapnode.cpp | |
parent | bc2819cab2978c61b2ca1d7b68a5d1f223e8647a (diff) | |
download | minetest-1c59cff8328bd85d6aed7df38b7eaddbeeca0aec.tar.xz |
Ladders implemented!
Diffstat (limited to 'src/content_mapnode.cpp')
-rw-r--r-- | src/content_mapnode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp index e3235778a..8e97fa6cd 100644 --- a/src/content_mapnode.cpp +++ b/src/content_mapnode.cpp @@ -314,6 +314,7 @@ void content_mapnode_init() f->solidness = 0; f->air_equivalent = true; f->walkable = false; + f->climbable = true; setWoodLikeDiggingProperties(f->digging_properties, 0.5); // Deprecated |