mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Changing Fire Barrel output (#1843)
The fire barrel output should be a fire barrel not a empty fuel barrel.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user