mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user