mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Pain Affects Stability
This commit is contained in:
parent
08472f6343
commit
d8f3718fd6
@ -31,4 +31,7 @@ if (_bloodPressureL < 50 || {_bloodPressureH < 60}) exitWith { false };
|
|||||||
private _heartRate = GET_HEART_RATE(_unit);
|
private _heartRate = GET_HEART_RATE(_unit);
|
||||||
if (_heartRate < 40) exitWith { false };
|
if (_heartRate < 40) exitWith { false };
|
||||||
|
|
||||||
|
private _painLevel = GET_PAIN(_unit);
|
||||||
|
if (_painLevel > PAIN_UNCONSCIOUS) exitWith { false };
|
||||||
|
|
||||||
true
|
true
|
||||||
|
Loading…
Reference in New Issue
Block a user