mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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;
|
armor = 400;
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
constructioncount = 2;
|
constructioncount = 2;
|
||||||
removeoutput[] = {{"ItemFuelBarrelEmpty",1}};
|
removeoutput[] = {{"ItemFireBarrel_kit",1}};
|
||||||
nounderground = 0;
|
nounderground = 0;
|
||||||
/*class EventHandlers
|
/*class EventHandlers
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user