summaryrefslogtreecommitdiff
path: root/src/tooldef.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-12-04 14:43:01 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-12-04 14:43:01 +0200
commit4cc117ddf6149b5b488e598a620674c8df208eac (patch)
tree32881a0ac8394cf7bdea5ab8dc26195c711a6ed9 /src/tooldef.h
parentceaf8edaded4c9e8f2e6fa285d9765e7095df332 (diff)
downloadminetest-4cc117ddf6149b5b488e598a620674c8df208eac.tar.gz
minetest-4cc117ddf6149b5b488e598a620674c8df208eac.tar.bz2
minetest-4cc117ddf6149b5b488e598a620674c8df208eac.zip
Properly use time_from_last_punch for limiting PvP punch damage
Diffstat (limited to 'src/tooldef.h')
-rw-r--r--src/tooldef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tooldef.h b/src/tooldef.h
index c30579cb2..68a894898 100644
--- a/src/tooldef.h
+++ b/src/tooldef.h
@@ -38,7 +38,7 @@ struct ToolDiggingProperties
float dd_crumbliness;
float dd_cuttability;
- ToolDiggingProperties(float full_punch_interval_=1.0,
+ ToolDiggingProperties(float full_punch_interval_=2.0,
float a=0.75, float b=0, float c=0, float d=0, float e=0,
float f=50, float g=0, float h=0, float i=0, float j=0);
};