Fix spare wheels receiving fall damage (#7978)

This commit is contained in:
BaerMitUmlaut 2020-11-03 04:43:49 +01:00 committed by GitHub
parent ff2136c98f
commit af2973a9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
};