mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add some more plant patches
This commit is contained in:
@@ -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;
|
||||
};
|
||||
Reference in New Issue
Block a user