From c5b36ba3208ed8591e25d855b38899f05bac0b08 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Mon, 18 Nov 2013 13:18:27 -0500 Subject: [PATCH] #696 Add more weapons to loot spawns --- SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp new file mode 100644 index 000000000..3e8052e96 --- /dev/null +++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/M60A4.hpp @@ -0,0 +1,4 @@ +class M60A4_EP1; +class M60A4_EP1_DZE : M60A4_EP1 { + type = "1"; +};