mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fix for crafting recipe
http://epochmod.com/forum/index.php?/topic/41896-wrong-recipe-place/
This commit is contained in:
parent
dbbc8f1853
commit
7b3c926787
@ -359,7 +359,7 @@ class CfgCrafting
|
||||
};
|
||||
class ItemCorrugated : Item
|
||||
{
|
||||
usedIn[] = {"KitShelf","ItemCorrugatedLg"};
|
||||
usedIn[] = {"KitShelf","ItemCorrugatedLg","VehicleRepairLg"};
|
||||
nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};
|
||||
recipe[] = { { "ItemScraps", 2 } };
|
||||
previewPosition[] = {0.791088,1,0.300004};
|
||||
@ -717,7 +717,7 @@ class CfgCrafting
|
||||
};
|
||||
class ItemCorrugatedLg : Item
|
||||
{
|
||||
usedIn[] = { "VehicleRepairLg", "KitPlotPole", "KitTankTrap", "KitHesco3" };
|
||||
usedIn[] = { "KitPlotPole", "KitTankTrap", "KitHesco3" };
|
||||
recipe[] = { { "ItemCorrugated", 3 } };
|
||||
nearby[] = {{"Workbench", "", "workbench", {1,{"WorkBench_EPOCH"}}, 3, 1, 0, 1}};
|
||||
previewPosition[] = {0.797491,1,0.32899};
|
||||
|
Loading…
Reference in New Issue
Block a user