Arsenal - Show attached objects in arsenal mission (#9036)

This commit is contained in:
BrettMayson 2022-09-22 12:10:28 -06:00 committed by GitHub
parent 9dd0472b57
commit 3882367060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ cba_diagnostic_projectileMaxLines = 10;
{
_x enableSimulation false;
_x hideObject true;
} forEach (allMissionObjects "" - [_player]);
} forEach (allMissionObjects "" - [_player] - attachedObjects _player);
if ((_player getVariable ["cba_projectile_firedEhId", -1]) != -1) then {
_player call CBA_fnc_removeUnitTrackProjectiles;