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

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