mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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;
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop","Handsaw_DZE"};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox","Handsaw_DZE"};
|
||||
output[] = {{"ItemWoodWallDoor",1}};
|
||||
input[] = {{"ItemWoodWall",1}};
|
||||
};
|
||||
@@ -1199,8 +1199,8 @@ class ItemWoodWall: CA_Magazine
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_235;
|
||||
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop","Handsaw_DZE"};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox","Handsaw_DZE"};
|
||||
output[] = {{"ItemWoodWallWindow",1}};
|
||||
input[] = {{"ItemWoodWall",1},{"PartGlass",1}};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user