From c5ac6e458bc911f394550daebe1474276c57b197 Mon Sep 17 00:00:00 2001 From: A Man Date: Thu, 29 Dec 2016 21:50:29 +0100 Subject: [PATCH] Changing Fire Barrel output (#1843) The fire barrel output should be a fire barrel not a empty fuel barrel. --- SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp index d2df4dae5..c0609f0f5 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp @@ -404,7 +404,7 @@ class FireBarrel_DZ:Land_Fire_barrel armor = 400; vehicleClass = "Fortifications"; constructioncount = 2; - removeoutput[] = {{"ItemFuelBarrelEmpty",1}}; + removeoutput[] = {{"ItemFireBarrel_kit",1}}; nounderground = 0; /*class EventHandlers {