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;
|
||||
class ItemActions {
|
||||
class Crafting {
|
||||
text = $STR_EPOCH_PLAYER_210;
|
||||
text = $STR_EPOCH_PLAYER_210_9;
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {};
|
||||
requiretools[] = {};
|
||||
|
||||
Reference in New Issue
Block a user