mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added support for TFR/ACRE on unconscious
This commit is contained in:
parent
0bcb7f76dc
commit
2657677bd8
@ -37,7 +37,6 @@ if (!local _unit) exitwith {
|
|||||||
_unit setvariable ["ACE_isUnconscious", true, true];
|
_unit setvariable ["ACE_isUnconscious", true, true];
|
||||||
_unit setUnconscious true;
|
_unit setUnconscious true;
|
||||||
|
|
||||||
// @todo: mute player?
|
|
||||||
if (_unit == ACE_player) then {
|
if (_unit == ACE_player) then {
|
||||||
if (visibleMap) then {openMap false};
|
if (visibleMap) then {openMap false};
|
||||||
closeDialog 0;
|
closeDialog 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user