mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add missing offsets for plants
This commit is contained in:
@@ -58,6 +58,7 @@ class Compost_Barrel_Base_DZE : NonStrategic {
|
|||||||
armor = 100;
|
armor = 100;
|
||||||
mapsize = 2;
|
mapsize = 2;
|
||||||
vehicleClass = "DayZ Epoch Plants";
|
vehicleClass = "DayZ Epoch Plants";
|
||||||
|
offset[] = {0,3,0};
|
||||||
};
|
};
|
||||||
|
|
||||||
class Compost_Barrel_Empty_DZE : Compost_Barrel_Base_DZE {
|
class Compost_Barrel_Empty_DZE : Compost_Barrel_Base_DZE {
|
||||||
@@ -78,6 +79,7 @@ class Plant_Patch_Base_DZE : NonStrategic {
|
|||||||
armor = 100;
|
armor = 100;
|
||||||
mapsize = 2;
|
mapsize = 2;
|
||||||
vehicleClass = "DayZ Epoch Plants";
|
vehicleClass = "DayZ Epoch Plants";
|
||||||
|
offset[] = {0,3,0};
|
||||||
};
|
};
|
||||||
|
|
||||||
class Plant_Patch_Pumpkin_DZE : Plant_Patch_Base_DZE {
|
class Plant_Patch_Pumpkin_DZE : Plant_Patch_Base_DZE {
|
||||||
|
|||||||
Reference in New Issue
Block a user