From 4cc117ddf6149b5b488e598a620674c8df208eac Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 4 Dec 2011 14:43:01 +0200 Subject: Properly use time_from_last_punch for limiting PvP punch damage --- src/tooldef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tooldef.h') 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); }; -- cgit v1.2.3