From a64dcbc0f93aeb83c653e3818c2fb958fa811c0c Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Thu, 5 Dec 2013 07:42:27 -0600 Subject: [PATCH] no longer require fire but matches --- SQF/dayz_code/Configs/CfgMagazines.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index b270ce805..b13b9aee6 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -1459,8 +1459,8 @@ class CfgMagazines { { text = $STR_EPOCH_PLAYER_276; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; - neednearby[] = {"fire"}; - requiretools[] = {"ItemToolbox"}; + neednearby[] = {}; + requiretools[] = {"ItemToolbox","ItemMatchbox_DZE"}; output[] = {{"ItemFireBarrel_kit",1}}; input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}}; };