mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Move arrows to epoch crafting only
This commit is contained in:
@@ -18,7 +18,7 @@ class CfgCrafting {
|
||||
#include "Recipes\Medical\woodensplint.hpp"
|
||||
#include "Recipes\Medical\HerbalDrink.hpp"
|
||||
//ammo
|
||||
#include "Recipes\Ammo\WoodenArrow.hpp"
|
||||
//#include "Recipes\Ammo\WoodenArrow.hpp"
|
||||
//other
|
||||
#include "Recipes\Other\woodencrate.hpp"
|
||||
#include "Recipes\Other\nails.hpp"
|
||||
|
||||
@@ -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