From 648ac83b28f422eeb79cb9316d0e3bb10117ff31 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 14:28:46 -0500 Subject: [PATCH] #758 KSVK takes backpack slot (now KSVK_DZE) --- SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h index 9f958e36e..1888608e3 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h @@ -584,7 +584,7 @@ class CfgWeight { weight = 4; }; - class KSVK + class KSVK_DZE { weight = 12; }; @@ -1818,4 +1818,4 @@ class CfgWeight weight = 25; }; }; -}; \ No newline at end of file +};