From af91767a38abc53bc77487852bb01996bdf10b1d Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 16 Mar 2014 12:47:21 -0500 Subject: [PATCH] change to fuel_pump_kit fixes #1170 --- SQF/dayz_code/Configs/CfgLoot/CfgBuildingLoot.hpp | 6 +++--- SQF/dayz_code/Configs/cfgVehicles.hpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgLoot/CfgBuildingLoot.hpp b/SQF/dayz_code/Configs/CfgLoot/CfgBuildingLoot.hpp index fb3ec77ac..64fadff18 100644 --- a/SQF/dayz_code/Configs/CfgLoot/CfgBuildingLoot.hpp +++ b/SQF/dayz_code/Configs/CfgLoot/CfgBuildingLoot.hpp @@ -154,7 +154,7 @@ class CfgBuildingLoot { lootPos[] = {}; lootType[] = { {"ItemGenerator","magazine",0.01} - ,{"ItemFuelPump","magazine",0.01} + ,{"fuel_pump_kit","magazine",0.01} ,{"","generic",0.18} ,{"","trash",0.28} ,{"","military",0.04} @@ -309,7 +309,7 @@ class CfgBuildingLoot { ,{"ItemEtool","weapon",0.03} ,{"ItemSandbag","magazine",0.02} ,{"ItemFuelBarrelEmpty","magazine",0.03} - ,{"ItemFuelPump","magazine",0.01} + ,{"fuel_pump_kit","magazine",0.01} }; }; class IndustrialMilitary: Default { @@ -337,7 +337,7 @@ class CfgBuildingLoot { ,{"ItemEtool","weapon",0.03} ,{"ItemSandbag","magazine",0.02} ,{"ItemFuelBarrelEmpty","magazine",0.03} - ,{"ItemFuelPump","magazine",0.01} + ,{"fuel_pump_kit","magazine",0.01} }; }; class MilitarySpecial: Default { diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index da3009214..691374614 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -619,7 +619,7 @@ class CfgVehicles { displayName = "Fuel Pump"; vehicleClass = "Fortifications"; constructioncount = 2; - removeoutput[] = {{"ItemFuelPump",1}}; + removeoutput[] = {{"fuel_pump_kit",1}}; requireplot = 0; nounderground = 0; };