mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fixed CopperBar Display Text (#1701)
The Display text to craft 1x 10oz copper bar was not visible
This commit is contained in:
@@ -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[] = {};
|
||||||
@@ -35,4 +35,4 @@ class ItemCopperBar10oz: CA_Magazine {
|
|||||||
input[] = {{"ItemCopperBar10oz",1}};
|
input[] = {{"ItemCopperBar10oz",1}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user