mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update setUnconscious module with to be indefinite
The zeus toggle unconscious module was using the default value for minimum unconscious time when it should have been indefinite (to act as a toggle)
This commit is contained in:
parent
d4829626e0
commit
e147138274
@ -38,7 +38,7 @@ if (isNil QEFUNC(medical,setUnconscious)) then {
|
||||
} else {
|
||||
_conscious = GETVAR(_unit,ACE_isUnconscious,false);
|
||||
// Function handles locality for me
|
||||
[_unit, !_conscious, round(random(10)+5), true] call EFUNC(medical,setUnconscious);
|
||||
[_unit, !_conscious, 10e10, true] call EFUNC(medical,setUnconscious);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user