Update vanilla antiwall glitch

Vanilla commits:

10f9cd2c1b

669b793354 (diff-768fdf583c42ac37d1163a8e6fe31244)
This commit is contained in:
ebayShopper
2017-11-17 14:19:17 -05:00
parent 231a9e5d92
commit 895aa62369
2 changed files with 128 additions and 111 deletions

View File

@@ -476,6 +476,18 @@ class CfgVehicles {
#include "antihack_plants.hpp"
//#include "antihack_weaponholders.hpp"
class Land_CncBlock_AntiHack: NonStrategic
{
scope=public;
vehicleClass="Misc";
//model = \Ca\misc3\CncBlock_D;
model = "z\addons\dayz_communityassets\models\CncBlock_D.p3d";
Icon = "\Ca\misc3\Data\Icons\icon_cnc_con_barrier_CA.paa";
mapSize = 4;
displayName=$STR_MISC_CNCBLOCK_D;
armor=150;
};
//EPOCH
#include "DZE\Wrecks.hpp"
#include "DZE\Doors.hpp"