mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Common - Use lifeState check in FUNC(isAwake)
(#9646)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
22f97270f6
commit
fcfb2121be
@ -17,4 +17,4 @@
|
||||
|
||||
params ["_unit"];
|
||||
|
||||
alive _unit && {!(_unit getVariable ["ACE_isUnconscious", false])}
|
||||
lifeState _unit in ["HEALTHY", "INJURED"]
|
||||
|
Loading…
Reference in New Issue
Block a user