Update CfgMagazines.hpp

This commit is contained in:
dayz10k
2013-11-14 14:26:40 -05:00
parent 64d1ad468a
commit 409c305e59

View File

@@ -1311,11 +1311,11 @@ class CfgMagazines {
class ItemActions {
class Crafting
{
text = "$STR_EPOCH_PLAYER_2xx";
text = "$STR_EPOCH_PLAYER_276";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox","ItemHatchet"};
output[] = {{"ItemFireBarrel",1}};
output[] = {{"ItemFireBarrel_kit",1}};
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodLumber",4}};
};
};