From 7b3c92678782e1a417e9ec041d6fb30cb70fb117 Mon Sep 17 00:00:00 2001 From: vbawol Date: Mon, 18 Apr 2016 16:10:11 -0500 Subject: [PATCH] fix for crafting recipe http://epochmod.com/forum/index.php?/topic/41896-wrong-recipe-place/ --- Sources/epoch_config/Configs/cfgCrafting.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_config/Configs/cfgCrafting.hpp b/Sources/epoch_config/Configs/cfgCrafting.hpp index e61ea2b4..0f151193 100644 --- a/Sources/epoch_config/Configs/cfgCrafting.hpp +++ b/Sources/epoch_config/Configs/cfgCrafting.hpp @@ -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};