Common - Use lifeState check in FUNC(isAwake) (#9646)

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
Grim 2024-08-17 12:59:26 -03:00 committed by GitHub
parent 22f97270f6
commit fcfb2121be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,4 +17,4 @@
params ["_unit"];
alive _unit && {!(_unit getVariable ["ACE_isUnconscious", false])}
lifeState _unit in ["HEALTHY", "INJURED"]