This commit is contained in:
He-Man 2019-04-04 21:24:27 +02:00
parent 23c464970b
commit 8f64d961c3

View File

@ -54,7 +54,10 @@ if !(_source isEqualTo _unit) then {
};
};
case "B_KnockOut": {
_unit setUnconscious true;
if !(lifeState _unit == "INCAPACITATED") then {
EPOCH_HandleDamageTimeOut = diag_ticktime + 1;
_unit setUnconscious true;
};
};
};
};