diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/BRDM2_DZ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/BRDM2_DZ.hpp index 75230a6d2..4549f2e37 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/BRDM2_DZ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/BRDM2_DZ.hpp @@ -23,6 +23,7 @@ class BRDM2_HQ_TK_GUE_EP1_DZ: BRDM2_HQ_TK_GUE_EP1 { fuelCapacity = 220; enableGPS = 0; supplyRadius = 1.4; + crewVulnerable = 1; class Turrets: Turrets { class MainTurret: MainTurret { @@ -74,6 +75,7 @@ class BRDM2_TK_EP1_DZ: BRDM2_TK_EP1 { fuelCapacity = 220; enableGPS = 0; supplyRadius = 1.4; + crewVulnerable = 1; class Turrets: Turrets { diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/BTR60.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/BTR60.hpp index 272091c39..636eafbc3 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/BTR60.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/BTR60.hpp @@ -22,6 +22,7 @@ class BTR60_TK_EP1_DZ: BTR60_TK_EP1 { transportmaxbackpacks = 6; enableGPS = 0; supplyRadius = 1.8; + crewVulnerable = 1; class Turrets: Turrets { diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/BTR90.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/BTR90.hpp index 96933fd8f..d001cb3cf 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/BTR90.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/BTR90.hpp @@ -17,6 +17,7 @@ class BTR90_DZ: BTR90 { transportMaxWeapons = 20; transportmaxbackpacks = 6; supplyRadius = 1.8; + crewVulnerable = 1; class Turrets; // External class reference class MainTurret; // External class reference @@ -43,6 +44,7 @@ class BTR90_HQ_DZ: BTR90_HQ { transportMaxWeapons = 20; transportmaxbackpacks = 6; supplyRadius = 1.8; + crewVulnerable = 1; class Turrets; // External class reference class MainTurret; // External class reference diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Dingo.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Dingo.hpp index c581a3712..b42952a20 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Dingo.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Dingo.hpp @@ -53,6 +53,7 @@ class Dingo_DZE_Base_ACR: Car unitInfoType = "UnitInfoShip"; vehicleClass = "DayZ Epoch Vehicles"; threat[] = {1,0.1,0.4}; + crewVulnerable = 1; class Turrets: Turrets { class MainTurret: MainTurret diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp index 57419f58e..f24bef781 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp @@ -16,6 +16,7 @@ class GAZ_Vodnik_HMG_DZ : GAZ_Vodnik_HMG { transportmaxbackpacks = 4; enableGPS = 0; supplyRadius = 1.8; + crewVulnerable = 1; }; class GAZ_Vodnik_HMG_DZE : GAZ_Vodnik_HMG_DZ { @@ -99,6 +100,7 @@ class GAZ_Vodnik_DZ : GAZ_Vodnik { transportmaxbackpacks = 4; enableGPS = 0; supplyRadius = 1.8; + crewVulnerable = 1; }; class GAZ_Vodnik_DZE : GAZ_Vodnik_DZ @@ -184,6 +186,7 @@ class GAZ_Vodnik_DZE : GAZ_Vodnik_DZ class GAZ_Vodnik_MedEvac; class GAZ_Vodnik_MedEvac_DZE : GAZ_Vodnik_MedEvac { + crewVulnerable = 1; displayname = "$STR_DN_GAZ_VODNIK_MEDEVAC"; vehicleClass = "DayZ Epoch Vehicles"; crew = ""; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp index 1ea822d7c..fac5bfb8a 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp @@ -19,6 +19,7 @@ class LAV25_DZ: LAV25 { class Turrets; // External class reference class MainTurret; // External class reference supplyRadius = 1.8; + crewVulnerable = 1; }; class LAV25_HQ; class LAV25_HQ_DZ: LAV25_HQ { @@ -41,6 +42,7 @@ class LAV25_HQ_DZ: LAV25_HQ { class Turrets; // External class reference class MainTurret; // External class reference supplyRadius = 1.8; + crewVulnerable = 1; }; // Ammo Less