more common code cleanup

This commit is contained in:
commy2
2015-09-20 16:40:49 +02:00
parent e8ebe87450
commit e62683a0c4
23 changed files with 48 additions and 60 deletions

View File

@ -1,6 +1,5 @@
/*
* Author: Glowbal
*
* Check if unit is awake. Will be false when death or unit is unconscious.
*
* Arguments:
@ -15,4 +14,4 @@
params ["_unit"];
!(_unit getvariable ["ACE_isUnconscious", false]) && alive _unit && !(_unit getvariable ["ACE_isDead", false]);
!(_unit getvariable ["ACE_isUnconscious", false]) && alive _unit && !(_unit getvariable ["ACE_isDead", false]) // return