mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #803 from dayz10k/master
fix display name of craftables
This commit is contained in:
@@ -4053,11 +4053,11 @@ class CfgMagazines {
|
||||
};
|
||||
class Crafting
|
||||
{
|
||||
text = "Craft Quintuple H-barrier";
|
||||
text = "Craft 5x H-barrier";
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {};
|
||||
requiretools[] = {"ItemEtool","ItemToolbox"};
|
||||
output[] = {{"ItemSandbagExLarge5x",1}};
|
||||
output[] = {{"ItemSandbagExLarge5w",1}};
|
||||
input[] = {{"ItemSandbagExLarge",1},{"ItemSandbagLarge",2}};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user