mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +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
|
class Crafting
|
||||||
{
|
{
|
||||||
text = "Craft Quintuple H-barrier";
|
text = "Craft 5x H-barrier";
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {};
|
neednearby[] = {};
|
||||||
requiretools[] = {"ItemEtool","ItemToolbox"};
|
requiretools[] = {"ItemEtool","ItemToolbox"};
|
||||||
output[] = {{"ItemSandbagExLarge5x",1}};
|
output[] = {{"ItemSandbagExLarge5w",1}};
|
||||||
input[] = {{"ItemSandbagExLarge",1},{"ItemSandbagLarge",2}};
|
input[] = {{"ItemSandbagExLarge",1},{"ItemSandbagLarge",2}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user