Add Metal Drawbridge

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-11-29 18:25:08 +01:00
parent ce278ba6e7
commit 5e281cfc7b
8 changed files with 208 additions and 4 deletions

View File

@@ -129,4 +129,9 @@ class CinderGate_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch_v\base_building\cinder\cinder_high_garage\high_steel_garage_frame_ghost.p3d";
displayName = "Cinder Gate Preview";
};
class Drawbridge_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model="z\addons\dayz_epoch_v\base_building\wood\draw_bridge\wood_draw_bridge_ghost.p3d";
displayName = "Metal Drawbridge Preview";
};