Open gear menu instantly after action completes

This commit is contained in:
[VB]AWOL
2013-10-27 11:50:29 -05:00
parent d18467cf54
commit d603a8f3f4
5 changed files with 10 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ if(!isNull _obj and alive _obj) then {
} forEach _objWpnTypes;
cutText [format["Your %1 has been packed",_text], "PLAIN DOWN"];
player action ["Gear", _holder];
};
s_player_packvault = -1;
TradeInprogress = false;