Fixed CopperBar Display Text (#1701)

The Display text to craft  1x 10oz copper bar was not visible
This commit is contained in:
A Man
2016-06-21 03:43:34 +02:00
committed by ebaydayz
parent ee6bf997b4
commit 8b6725f77d

View File

@@ -8,7 +8,7 @@ class ItemCopperBar: CA_Magazine {
descriptionShort = $STR_EPOCH_COPPER_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_210;
text = $STR_EPOCH_PLAYER_210_9;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {};
requiretools[] = {};
@@ -35,4 +35,4 @@ class ItemCopperBar10oz: CA_Magazine {
input[] = {{"ItemCopperBar10oz",1}};
};
};
};
};