Building offset adjustments

Most items are now adjusted so you cannot rotate them and slide
backwards even while laying down. Also fixes full cinderwall build
height offset
This commit is contained in:
icomrade
2016-07-22 23:07:53 -04:00
parent 640e120590
commit 28f6260c16
3 changed files with 17 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ class CinderWall_DZ: ModularItems {
scope = public;
destrType = "DestructBuilding";
cost = 100;
offset[] = {0,1.5,0};
offset[] = {0,1.5,1.65};
model="\z\addons\dayz_epoch\models\cinder_wall_full.p3d";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;