mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'master' of https://github.com/lambdatiger/ace_frag-overhaul
This commit is contained in:
commit
7e54280ee9
@ -26,7 +26,7 @@ private _caliber = getNumber (_ammoConfig >> "caliber");
|
||||
private _explosive = getNumber (_ammoConfig >> "explosive");
|
||||
private _indirectHit = getNumber (_ammoConfig >> "indirectHitRange");
|
||||
|
||||
_shouldSpall = _caliber * GVAR(spallIntensity) >= 2.5 || (_explosive >= 0.5 && _explosive * _indirectHit * GVAR(spallIntensity) >= 4);
|
||||
_shouldSpall = _caliber * GVAR(spallIntensity) >= 2.5 || (_explosive >= 0.5 && {_explosive * _indirectHit * GVAR(spallIntensity) >= 4});
|
||||
|
||||
GVAR(shouldSpallCache) set [_ammo, _shouldSpall];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user