Merge branch 'medical-rewrite' of github.com:KoffeinFlummi/ACE3 into medical-rewrite

This commit is contained in:
Glowbal 2015-03-01 00:13:27 +01:00
commit 437f0fbd8a

View File

@ -15,7 +15,7 @@
private ["_unit", "_set", "_animState", "_originalPos", "_captiveSwitch", "_startingTime","_minWaitingTime"];
_unit = _this select 0;
_set = if (count _this > 1) then {_this select 0} else {true};
_set = if (count _this > 1) then {_this select 1} else {true};
if !(_set) exitwith {
_unit setvariable ["ACE_isUnconscious", false,true];