mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Chopping wood now gives PartWoodPile again
This commit is contained in:
@@ -92,7 +92,7 @@ if (count _findNearestTree > 0) then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
_counter = _counter + 1;
|
_counter = _counter + 1;
|
||||||
_itemOut = "ItemLog";
|
_itemOut = "PartWoodPile";
|
||||||
//Drop Item to ground
|
//Drop Item to ground
|
||||||
_itemOut call fn_dropItem;
|
_itemOut call fn_dropItem;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user