Changing Fire Barrel output (#1843)

The fire barrel output should be a fire barrel not a empty fuel barrel.
This commit is contained in:
A Man
2016-12-29 21:50:29 +01:00
committed by ebayShopper
parent 3176e1619d
commit c5ac6e458b

View File

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