diff --git a/SQF/dayz_code/Configs/CfgVehicles/LAND/VWGolf.hpp b/SQF/dayz_code/Configs/CfgVehicles/LAND/VWGolf.hpp index 7e3502f2a..265cb00fd 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/LAND/VWGolf.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/LAND/VWGolf.hpp @@ -504,7 +504,8 @@ class VWGolf_DZE1: VWGolf { // Armor 2 class VWGolf_DZE2: VWGolf_DZE1 { - armor = 50; // car 20 + armor = 55; // car 20 + damageResistance = 0.02099; class HitPoints: HitPoints { class HitLFWheel: HitLFWheel { armor = 0.3; @@ -565,4 +566,4 @@ class VWGolf_DZE3: VWGolf_DZE2 { // Fuel 4 class VWGolf_DZE4: VWGolf_DZE3 { fuelCapacity = 210; // car 100 -}; \ No newline at end of file +};