From af2973a9f0b15c74eb3ecf6e4f85667fcd129870 Mon Sep 17 00:00:00 2001 From: BaerMitUmlaut Date: Tue, 3 Nov 2020 04:43:49 +0100 Subject: [PATCH] Fix spare wheels receiving fall damage (#7978) --- addons/repair/CfgVehicles.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/repair/CfgVehicles.hpp b/addons/repair/CfgVehicles.hpp index cb9183ba0e..9ed723e66a 100644 --- a/addons/repair/CfgVehicles.hpp +++ b/addons/repair/CfgVehicles.hpp @@ -377,13 +377,14 @@ class CfgVehicles { // can not take damage individually though, because of limitations of the thingX simulation type class HitPoints { class HitBody { - armor = 0.6; + armor = 1; material = -1; name = "mat_rim"; visual = "mat_rim"; passThrough = 1; radius = 0.1; explosionShielding = 1; + minimalHit = 1; }; };