diff --git a/SQF/dayz_code/Configs/CfgVehicles/LAND/Volha.hpp b/SQF/dayz_code/Configs/CfgVehicles/LAND/Volha.hpp index d5cc20d27..c2e2614ff 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/LAND/Volha.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/LAND/Volha.hpp @@ -281,6 +281,7 @@ class Volha_2_TK_CIV_EP1_DZE1: Volha_2_TK_CIV_EP1 { // Armor 2 class VolhaLimo_TK_CIV_EP1_DZE2: VolhaLimo_TK_CIV_EP1_DZE1 { armor = 50; // car 20 + damageResistance = 0.02099; class HitPoints: HitPoints { class HitLFWheel: HitLFWheel { armor = 0.3; @@ -328,6 +329,7 @@ class VolhaLimo_TK_CIV_EP1_DZE2: VolhaLimo_TK_CIV_EP1_DZE1 { }; class Volha_1_TK_CIV_EP1_DZE2: Volha_1_TK_CIV_EP1_DZE1 { armor = 50; // car 20 + damageResistance = 0.02099; class HitPoints: HitPoints { class HitLFWheel: HitLFWheel { armor = 0.3; @@ -375,6 +377,7 @@ class Volha_1_TK_CIV_EP1_DZE2: Volha_1_TK_CIV_EP1_DZE1 { }; class Volha_2_TK_CIV_EP1_DZE2: Volha_2_TK_CIV_EP1_DZE1 { armor = 50; // car 20 + damageResistance = 0.02099; class HitPoints: HitPoints { class HitLFWheel: HitLFWheel { armor = 0.3; @@ -459,4 +462,4 @@ class Volha_1_TK_CIV_EP1_DZE4: Volha_1_TK_CIV_EP1_DZE3 { }; class Volha_2_TK_CIV_EP1_DZE4: Volha_2_TK_CIV_EP1_DZE3 { fuelCapacity = 210; // car 100 -}; \ No newline at end of file +};