mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Check
This commit is contained in:
parent
23c464970b
commit
8f64d961c3
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user