From 874580e7afc747830badb82f1e470671e24094f8 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Mon, 21 Oct 2013 16:05:33 -0400 Subject: [PATCH] Update config.cpp #601 --- SQF/dayz_code/config.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index ae955f21c..56a30ce4b 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -536,7 +536,7 @@ class CfgBuildingLoot { { "Colt1911","weapon" }, { "ItemFlashlight","generic" }, { "ItemKnife","generic" }, - { "ItemMatchbox","generic" }, + { "ItemMatchbox_DZE","generic" }, { "","generic" }, { "LeeEnfield","weapon" }, { "revolver_EP1","weapon" }, @@ -591,7 +591,7 @@ class CfgBuildingLoot { { "Colt1911","weapon" }, { "ItemFlashlight","weapon" }, { "ItemKnife","weapon" }, - { "ItemMatchbox","weapon" }, + { "ItemMatchbox_DZE","weapon" }, { "","generic" }, { "revolver_EP1","weapon" }, { "","military" }, @@ -637,7 +637,7 @@ class CfgBuildingLoot { { "Colt1911","weapon" }, { "ItemFlashlight","generic" }, { "ItemKnife","generic" }, - { "ItemMatchbox","generic" }, + { "ItemMatchbox_DZE","generic" }, { "","generic" }, { "LeeEnfield","weapon" }, { "revolver_EP1","weapon" }, @@ -692,7 +692,7 @@ class CfgBuildingLoot { { "Colt1911","weapon" }, { "ItemFlashlight","weapon" }, { "ItemKnife","weapon" }, - { "ItemMatchbox","weapon" }, + { "ItemMatchbox_DZE","weapon" }, { "","generic" }, { "revolver_EP1","weapon" }, { "","military" }, @@ -920,7 +920,7 @@ class CfgBuildingLoot { { "Colt1911","weapon" }, { "ItemFlashlight","generic" }, { "ItemKnife","generic" }, - { "ItemMatchbox","generic" }, + { "ItemMatchbox_DZE","generic" }, { "","generic" }, { "LeeEnfield","weapon" }, { "revolver_EP1","weapon" }, @@ -967,7 +967,7 @@ class CfgBuildingLoot { { "Colt1911","weapon" }, { "ItemFlashlight","weapon" }, { "ItemKnife","weapon" }, - { "ItemMatchbox","weapon" }, + { "ItemMatchbox_DZE","weapon" }, { "","generic" }, { "revolver_EP1","weapon" }, { "","food" }, @@ -1544,7 +1544,7 @@ class CfgBuildingLoot { {"ItemMap","weapon"}, {"ItemFlashlight","generic"}, {"ItemKnife","generic"}, - {"ItemMatchbox","generic"}, + {"ItemMatchbox_DZE","generic"}, {"Crossbow_DZ","weapon"}, {"","military"}, {"WeaponHolder_ItemMachete", "object"}, @@ -1566,7 +1566,7 @@ class CfgBuildingLoot { {"ItemMap","weapon"}, {"ItemFlashlight","weapon"}, {"ItemKnife","weapon"}, - {"ItemMatchbox","weapon"}, + {"ItemMatchbox_DZE","weapon"}, {"","military"}, {"","hunter"} }; @@ -2332,7 +2332,7 @@ class CfgBuildingLoot { { "Colt1911","weapon" }, { "ItemFlashlight","generic" }, { "ItemKnife","generic" }, - { "ItemMatchbox","generic" }, + { "ItemMatchbox_DZE","generic" }, { "ItemToolbox","weapon" }, { "","generic" }, { "","food" }, @@ -2382,7 +2382,7 @@ class CfgBuildingLoot { { "Colt1911","weapon" }, { "ItemFlashlight","generic" }, { "ItemKnife","generic" }, - { "ItemMatchbox","generic" }, + { "ItemMatchbox_DZE","generic" }, { "ItemToolbox","weapon" }, { "","generic" }, { "","food" },