Chopping wood now gives PartWoodPile again

This commit is contained in:
icomrade
2016-07-21 17:04:18 -04:00
parent 51a0640855
commit 4544e743fd

View File

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