From 570b44705b0be7daa2404a0a749094733e2d5c95 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 14:29:09 -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, 4 insertions(+) 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 1888608e3..3a3010310 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,6 +584,10 @@ class CfgWeight { weight = 4; }; + class KSVK + { + weight = 12; + }; class KSVK_DZE { weight = 12;