Move arrows to epoch crafting only

This commit is contained in:
A Man
2019-11-04 11:10:39 +01:00
parent a25e85e3d4
commit 3d8fa91c1d
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class CfgCrafting {
#include "Recipes\Medical\woodensplint.hpp" #include "Recipes\Medical\woodensplint.hpp"
#include "Recipes\Medical\HerbalDrink.hpp" #include "Recipes\Medical\HerbalDrink.hpp"
//ammo //ammo
#include "Recipes\Ammo\WoodenArrow.hpp" //#include "Recipes\Ammo\WoodenArrow.hpp"
//other //other
#include "Recipes\Other\woodencrate.hpp" #include "Recipes\Other\woodencrate.hpp"
#include "Recipes\Other\nails.hpp" #include "Recipes\Other\nails.hpp"

View File

@@ -86,8 +86,8 @@ class PartWoodPile : CA_Magazine
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
requiretools[] = {"ItemKnife"}; requiretools[] = {"ItemKnife"};
output[] = {{"1Rnd_Arrow_Wood",3}}; output[] = {{"1Rnd_Arrow_Wood",5}};
input[] = {{"PartWoodPile",1},{"ItemTrashRazor",1}}; input[] = {{"PartWoodPile",1},{"equip_feathers",2}};
}; };
class Crafting2 class Crafting2