mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 12:52:41 +00:00
second verse
This commit is contained in:
@ -32,7 +32,7 @@ if (_totalTime - _elapsedTime > ([_engineer, _vehicle] call FUNC(getFullRepairTi
|
||||
private _allHitPointsDamage = getAllHitPointsDamage _vehicle;
|
||||
_allHitPointsDamage params ["_hitPoints", "", "_damageValues"];
|
||||
|
||||
([_vehicle] call FUNC(getSelectionsToIgnore)) params["_selectionsToIgnore", ""];
|
||||
([_vehicle] call FUNC(getSelectionsToIgnore)) params ["_selectionsToIgnore"];
|
||||
|
||||
private _firstDamagedIndex = {
|
||||
if (_x > 0 && {!(_forEachIndex in _selectionsToIgnore)}) exitWith {_forEachIndex};
|
||||
|
Reference in New Issue
Block a user