From 7a1ae0b03333d2f11e493063f146ff8eebab6789 Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Sat, 9 Jan 2021 11:16:35 +0100 Subject: [PATCH] Add some more plant patches --- SQF/dayz_code/Configs/CfgVehicles/Plants.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Plants.hpp b/SQF/dayz_code/Configs/CfgVehicles/Plants.hpp index 4f9d63a7e..bd85705b8 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Plants.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Plants.hpp @@ -78,4 +78,19 @@ class Plant_Patch_Carrot_DZE : Plant_Patch_Base_DZE { class Plant_Patch_Potato_DZE : Plant_Patch_Base_DZE { scope = 2; displayname = $STR_EPOCH_PLANT_PATCH_POTATO; +}; + +class Plant_Patch_Hemp_DZE : Plant_Patch_Base_DZE { + scope = 2; + displayname = $STR_EPOCH_PLANT_PATCH_HEMP; +}; + +class Plant_Patch_Tobacco_DZE : Plant_Patch_Base_DZE { + scope = 2; + displayname = $STR_EPOCH_PLANT_PATCH_TOBACCO; +}; + +class Plant_Patch_Tea_DZE : Plant_Patch_Base_DZE { + scope = 2; + displayname = $STR_EPOCH_PLANT_PATCH_TEA; }; \ No newline at end of file