second verse

This commit is contained in:
LinkIsGrim
2023-11-11 11:16:24 -03:00
parent c92fd14037
commit bdc83f5205

View File

@ -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};