mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed always unconscious for basic medical
This commit is contained in:
parent
8d1d0c5480
commit
c3e2d1bf9c
@ -16,7 +16,6 @@
|
|||||||
private ["_unit","_return"];
|
private ["_unit","_return"];
|
||||||
_unit = _this select 0;
|
_unit = _this select 0;
|
||||||
|
|
||||||
if (GVAR(level) == 1) exitwith {true};
|
|
||||||
if (isnil QGVAR(unconsciousConditions)) then {
|
if (isnil QGVAR(unconsciousConditions)) then {
|
||||||
GVAR(unconsciousConditions) = [];
|
GVAR(unconsciousConditions) = [];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user