From 8cf1350cfa65df624ab8c7842f766ecec6fc1337 Mon Sep 17 00:00:00 2001 From: Greyscale Date: Thu, 23 Apr 2009 06:41:16 +0200 Subject: [PATCH] Fixed defaults in hitgroups.txt --- cstrike/addons/sourcemod/configs/zr/hitgroups.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cstrike/addons/sourcemod/configs/zr/hitgroups.txt b/cstrike/addons/sourcemod/configs/zr/hitgroups.txt index 7d09f7b..9edefc2 100644 --- a/cstrike/addons/sourcemod/configs/zr/hitgroups.txt +++ b/cstrike/addons/sourcemod/configs/zr/hitgroups.txt @@ -26,7 +26,7 @@ { "name" "Head" "knockback" "2.0" - "damage" "no" + "damage" "yes" } "2" @@ -47,7 +47,7 @@ { "name" "Left Arm" "knockback" "1.0" - "damage" "no" + "damage" "yes" } "5" @@ -61,7 +61,7 @@ { "name" "Left Leg" "knockback" "0.9" - "damage" "no" + "damage" "yes" } "7"