Fix combine mags not working for M1911 and Revolver

See #1313
This commit is contained in:
ebaydayz
2016-02-19 17:37:52 -05:00
parent 59d853ebc9
commit 9d1185409c
5 changed files with 44 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ DZE_ActionInProgress = true;
_item = _this;
call gear_ui_init;
r_action_count = 0; //reset for strange glitch
_onLadder = (getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> (animationState player) >> "onLadder")) == 1;
if (_onLadder) exitWith {DZE_ActionInProgress = false; cutText [(localize "str_player_21") , "PLAIN DOWN"]};