Remove craft hemp plant

This commit is contained in:
AirwavesMan
2021-01-11 15:37:47 +01:00
parent 8e4bcd5e68
commit 38d3ca843d

View File

@@ -29,19 +29,6 @@ class ItemHempSeed: CA_Magazine
model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d"; model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d";
picture = "\dayz_epoch_c\icons\plants\hempseeds.paa"; picture = "\dayz_epoch_c\icons\plants\hempseeds.paa";
type = 256; 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 class ItemHempPlant: CA_Magazine