mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add metal pillar
Model made by @Helion4
This commit is contained in:
@@ -178,4 +178,14 @@ class CinderDoorHatch_Preview_DZ: DZE_Ghost_Previews {
|
||||
scope = 2;
|
||||
model = "\z\addons\dayz_epoch_v\base_building\cinder\cinder_door_window\cinder_door_frame_ghost.p3d";
|
||||
displayName = "Cinder door with hatch Preview";
|
||||
};
|
||||
class Helinest_Preview_DZ: DZE_Ghost_Previews {
|
||||
scope = 2;
|
||||
model = "\z\addons\dayz_epoch_v\base_building\floors\helinest\all_heli_shop_ghost.p3d";
|
||||
displayName = "Helinest Preview";
|
||||
};
|
||||
class MetalPillar_Preview_DZ: DZE_Ghost_Previews {
|
||||
scope = 2;
|
||||
model = "\z\addons\dayz_epoch_v\base_building\cinder\pillar\metal_cornerpillar.p3d";
|
||||
displayName = "Metal Pillar Preview";
|
||||
};
|
||||
Reference in New Issue
Block a user