mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added projectile locality
This commit is contained in:
parent
ea782c1251
commit
9e150e093e
@ -20,6 +20,7 @@
|
|||||||
TRACE_10("firedEH:",_unit,_weapon,_muzzle,_mode,_ammo,_magazine,_projectile,_vehicle,_gunner,_turret);
|
TRACE_10("firedEH:",_unit,_weapon,_muzzle,_mode,_ammo,_magazine,_projectile,_vehicle,_gunner,_turret);
|
||||||
|
|
||||||
if (_ammo isEqualTo "" || {isNull _projectile} ||
|
if (_ammo isEqualTo "" || {isNull _projectile} ||
|
||||||
|
!(if (isNil "_gunner") then {local _unit} else {local _gunner}) ||
|
||||||
{_projectile getVariable [QGVAR(blacklisted), false]}) exitWith {
|
{_projectile getVariable [QGVAR(blacklisted), false]}) exitWith {
|
||||||
TRACE_2("bad ammo or projectile, or blackList",_ammo,_projectile);
|
TRACE_2("bad ammo or projectile, or blackList",_ammo,_projectile);
|
||||||
};
|
};
|
||||||
@ -58,6 +59,7 @@ if (GVAR(reflectionsEnabled) || (GVAR(enabled) && {_ammo call FUNC(shouldFrag)})
|
|||||||
"Explode",
|
"Explode",
|
||||||
{
|
{
|
||||||
params ["_projectile", "_posASL"];
|
params ["_projectile", "_posASL"];
|
||||||
|
diag_log formatText ["Explode of %1, %2", getObjectID _projectile, _projectile];
|
||||||
|
|
||||||
private _ammo = typeOf _projectile;
|
private _ammo = typeOf _projectile;
|
||||||
if (GVAR(reflectionsEnabled)) then {
|
if (GVAR(reflectionsEnabled)) then {
|
||||||
|
Loading…
Reference in New Issue
Block a user