mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
no longer require fire but matches
This commit is contained in:
@@ -1459,8 +1459,8 @@ class CfgMagazines {
|
|||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_276;
|
text = $STR_EPOCH_PLAYER_276;
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"fire"};
|
neednearby[] = {};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox","ItemMatchbox_DZE"};
|
||||||
output[] = {{"ItemFireBarrel_kit",1}};
|
output[] = {{"ItemFireBarrel_kit",1}};
|
||||||
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}};
|
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user