Fix transfusion in vehicle

This commit is contained in:
icomrade
2016-09-27 12:46:13 -04:00
parent 8c3fe83a87
commit 58e90da07d
2 changed files with 17 additions and 12 deletions

View File

@@ -175,7 +175,9 @@ if (isNil "keyboard_keys") then {
force_dropBody = true;
};
_interrupt = {
r_interrupt = true;
if (vehicle player == player) then { //allow med actions in moving vehicles
r_interrupt = true;
};
if (DZE_Surrender) then {call dze_surrender_off};
if (autoRunActive) then {call autoRunOff;};
};