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; descriptionShort = $STR_EPOCH_COPPER_DESC;
class ItemActions { class ItemActions {
class Crafting { class Crafting {
text = $STR_EPOCH_PLAYER_210; text = $STR_EPOCH_PLAYER_210_9;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {}; neednearby[] = {};
requiretools[] = {}; requiretools[] = {};