mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update CfgMagazines.hpp
This commit is contained in:
@@ -1311,11 +1311,11 @@ class CfgMagazines {
|
|||||||
class ItemActions {
|
class ItemActions {
|
||||||
class Crafting
|
class Crafting
|
||||||
{
|
{
|
||||||
text = "$STR_EPOCH_PLAYER_2xx";
|
text = "$STR_EPOCH_PLAYER_276";
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"fire"};
|
neednearby[] = {"fire"};
|
||||||
requiretools[] = {"ItemToolbox","ItemHatchet"};
|
requiretools[] = {"ItemToolbox","ItemHatchet"};
|
||||||
output[] = {{"ItemFireBarrel",1}};
|
output[] = {{"ItemFireBarrel_kit",1}};
|
||||||
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodLumber",4}};
|
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodLumber",4}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user