From 38d3ca843de15c255677563a054246ee9048e60b Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Mon, 11 Jan 2021 15:37:47 +0100 Subject: [PATCH] Remove craft hemp plant --- .../Configs/CfgMagazines/Items/Planting.hpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Planting.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Planting.hpp index eafdbfcc4..f629a0dcd 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Planting.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Planting.hpp @@ -29,19 +29,6 @@ class ItemHempSeed: CA_Magazine model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d"; picture = "\dayz_epoch_c\icons\plants\hempseeds.paa"; type = 256; - - class ItemActions - { - class Crafting - { - text = $STR_CRAFT_HEMP_PLANT; - script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; - neednearby[] = {""}; - requiretools[] = {"ItemKnife"}; - output[] = {{"ItemHempPlant",1},{"ItemWaterbottleUnfilled",1}}; - input[] = {{"ItemHempSeed",1},{"ItemFertilizer",1},{"ItemWaterbottle",1}}; - }; - }; }; class ItemHempPlant: CA_Magazine