mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
run check only on arms
This commit is contained in:
parent
c3af5e81e7
commit
cae5f828fb
@ -46,7 +46,7 @@ if (_heartRate > 1.0) then {
|
||||
};
|
||||
};
|
||||
|
||||
if ([_unit, _selectionName] call FUNC(hasTourniquetAppliedTo)) then {
|
||||
if (_selectionName in ["hand_l","hand_r"] && [_unit, _selectionName] call FUNC(hasTourniquetAppliedTo)) then {
|
||||
_heartRateOutput = LSTRING(Check_Pulse_Output_5);
|
||||
_logOutPut = LSTRING(Check_Pulse_None);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user