From ac471a99d9437554ae8fa2bd2759cd128a0ade28 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 14:31:09 -0500 Subject: [PATCH] Weight classname cleanup --- .../external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 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 3a3010310..8d091fad0 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 @@ -580,11 +580,15 @@ class CfgWeight { weight = 9; }; + class Pecheneg_DZ + { + weight = 9; + }; class Huntingrifle { weight = 4; }; - class KSVK + class ksvk { weight = 12; }; @@ -596,7 +600,7 @@ class CfgWeight { weight = 6.2; }; - class SVD_CAMO + class SVD_Camo { weight = 6.3; }; @@ -612,11 +616,11 @@ class CfgWeight { weight = 3.5; }; - class Bizon + class bizon { weight = 2.1; }; - class bizon_silenced + class Bizon_Silenced { weight = 2.3; };