mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
0.996b
+ [FIXED] Moved crafting input and output to to configs.
This commit is contained in:
@@ -38,7 +38,8 @@ class CfgMagazines {
|
||||
{
|
||||
text = "Craft Large Sandbag";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {"ItemSandbagLarge"};
|
||||
output[] = {["ItemSandbagLarge",1]};
|
||||
input[] = {["ItemSandbag",3],["ItemWire",1],["ItemTankTrap",1]};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user