Add concrete bunker

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-05 12:25:35 +01:00
parent 7c03612081
commit 5d02283af8
10 changed files with 248 additions and 23 deletions

View File

@@ -203,4 +203,9 @@ class GlassFloor_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch_v\base_building\floors\glass_floor_ghost.p3d";
displayName = "Glass Floor Preview";
};
class Concrete_Bunker_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch_v\base_building\cinder\bunker\bunker_01_ghost.p3d";
displayName = "Concrete Bunker Preview";
};