Add some more plant patches

This commit is contained in:
AirwavesMan
2021-01-09 11:16:35 +01:00
parent 001855960f
commit 7a1ae0b033

View File

@@ -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;
};