Skip to content

Commit 7e1f8af

Browse files
committed
added armor to gates.
1 parent b193159 commit 7e1f8af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQF/dayz_buildings/configs/woodenGate.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ class WoodenGate_Base: DZ_buildables
22
{
33
//Not Used Just Base Class
44
scope = 1;
5+
armor =1000;
56
displayName = $STR_BLD_name_WoodenGate_1;//"Wooden Gate Level 1"
67
model = "z\addons\dayz_buildings\models\gates\gate4_dzam.p3d";
78
icon = "Ca\misc\data\icons\i_danger_CA.paa";
@@ -120,6 +121,7 @@ class WoodenGate_3: WoodenGate_Base
120121

121122
class WoodenGate_4: WoodenGate_Base
122123
{
124+
armor =1000;
123125
scope = 2;
124126
displayName = $STR_BLD_name_WoodenGate_4;//"Wooden Gate Level 4"
125127
model = "z\addons\dayz_buildings\models\gates\gate4_dzam.p3d";

0 commit comments

Comments
 (0)