Thx @worldwidesorrow
This commit is contained in:
AirwavesMan
2020-12-24 11:01:43 +01:00
parent ce22dbbf85
commit f677f1e97a

View File

@@ -928,7 +928,7 @@ class ItemWoodFloorStairs: CA_Magazine
}; };
}; };
class ItemTringleWoodFloor: CA_Magazine class ItemTriangleWoodFloor: CA_Magazine
{ {
scope = 2; scope = 2;
count = 1; count = 1;
@@ -993,7 +993,7 @@ class ItemWoodFloorHalf: CA_Magazine
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;"; script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"}; neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox","Handsaw_DZE"}; requiretools[] = {"ItemToolbox","Handsaw_DZE"};
output[] = {{"ItemTringleWoodFloor",1}}; output[] = {{"ItemTriangleWoodFloor",1}};
input[] = {{"ItemWoodFloorQuarter",1},{"ItemWoodFloorHalf",1}}; input[] = {{"ItemWoodFloorQuarter",1},{"ItemWoodFloorHalf",1}};
}; };
}; };