From 4d141b17b13556c8d2d92340b75726d264495efd Mon Sep 17 00:00:00 2001 From: seb3sec Date: Thu, 19 Feb 2015 13:36:24 +0100 Subject: [PATCH] Add variant which does not drop the backpack --- SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim new file mode 100644 index 000000000..d389ad01b --- /dev/null +++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim @@ -0,0 +1,4 @@ +class BAF_L110A1_Aim; +class BAF_L110A1_Aim_DZE:BAF_L110A1_Aim { + type = "1"; +};