mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix some magazine config bugs
Thx to BuFFed from discord.
This commit is contained in:
@@ -1190,8 +1190,8 @@ class ItemWoodWall: CA_Magazine
|
|||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_234;
|
text = $STR_EPOCH_PLAYER_234;
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop","Handsaw_DZE"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox","Handsaw_DZE"};
|
||||||
output[] = {{"ItemWoodWallDoor",1}};
|
output[] = {{"ItemWoodWallDoor",1}};
|
||||||
input[] = {{"ItemWoodWall",1}};
|
input[] = {{"ItemWoodWall",1}};
|
||||||
};
|
};
|
||||||
@@ -1199,8 +1199,8 @@ class ItemWoodWall: CA_Magazine
|
|||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_235;
|
text = $STR_EPOCH_PLAYER_235;
|
||||||
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop","Handsaw_DZE"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox","Handsaw_DZE"};
|
||||||
output[] = {{"ItemWoodWallWindow",1}};
|
output[] = {{"ItemWoodWallWindow",1}};
|
||||||
input[] = {{"ItemWoodWall",1},{"PartGlass",1}};
|
input[] = {{"ItemWoodWall",1},{"PartGlass",1}};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ class bulk_ItemSandbagHalf: bulk
|
|||||||
neednearby[] = {};
|
neednearby[] = {};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"bulk_ItemSandbag",1}};
|
output[] = {{"bulk_ItemSandbag",1}};
|
||||||
input[] = {{"bulk_ItemSandbag",1},{"ItemSandbag",6}};
|
input[] = {{"bulk_ItemSandbagHalf",1},{"ItemSandbag",6}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ class PartGlass : CA_Magazine
|
|||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox","ItemCrowbar"};
|
requiretools[] = {"ItemToolbox","ItemCrowbar"};
|
||||||
output[] = {{"glass_floor_quarter_kit",1}};
|
output[] = {{"glass_floor_quarter_kit",1}};
|
||||||
input[] = {{"ItemPole",4},{"PartGlass",4}};
|
input[] = {{"ItemPole",8},{"PartGlass",4}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user