mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
0.996 released
+ Corrected some code related to moving crafting recipes to config. + Crafting system now checks for correct number of items.
This commit is contained in:
@@ -38,8 +38,8 @@ class CfgMagazines {
|
||||
{
|
||||
text = "Craft Large Sandbag";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {["ItemSandbagLarge",1]};
|
||||
input[] = {["ItemSandbag",3],["ItemWire",1],["ItemTankTrap",1]};
|
||||
output[] = {{"ItemSandbagLarge",1}};
|
||||
input[] = {{"ItemSandbag",3},{"ItemWire",1},{"ItemTankTrap",1}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user