mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix spare wheels receiving fall damage (#7978)
This commit is contained in:
parent
ff2136c98f
commit
af2973a9f0
@ -377,13 +377,14 @@ class CfgVehicles {
|
|||||||
// can not take damage individually though, because of limitations of the thingX simulation type
|
// can not take damage individually though, because of limitations of the thingX simulation type
|
||||||
class HitPoints {
|
class HitPoints {
|
||||||
class HitBody {
|
class HitBody {
|
||||||
armor = 0.6;
|
armor = 1;
|
||||||
material = -1;
|
material = -1;
|
||||||
name = "mat_rim";
|
name = "mat_rim";
|
||||||
visual = "mat_rim";
|
visual = "mat_rim";
|
||||||
passThrough = 1;
|
passThrough = 1;
|
||||||
radius = 0.1;
|
radius = 0.1;
|
||||||
explosionShielding = 1;
|
explosionShielding = 1;
|
||||||
|
minimalHit = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user