change to fuel_pump_kit fixes #1170

This commit is contained in:
[VB]AWOL
2014-03-16 12:47:21 -05:00
parent bf3154dd2b
commit af91767a38
2 changed files with 4 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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;
};