mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Move arrows to epoch crafting only
This commit is contained in:
@@ -86,8 +86,8 @@ class PartWoodPile : CA_Magazine
|
||||
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {};
|
||||
requiretools[] = {"ItemKnife"};
|
||||
output[] = {{"1Rnd_Arrow_Wood",3}};
|
||||
input[] = {{"PartWoodPile",1},{"ItemTrashRazor",1}};
|
||||
output[] = {{"1Rnd_Arrow_Wood",5}};
|
||||
input[] = {{"PartWoodPile",1},{"equip_feathers",2}};
|
||||
|
||||
};
|
||||
class Crafting2
|
||||
|
||||
Reference in New Issue
Block a user