diff --git a/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf b/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf index 51b3b9a7..f808f58e 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_startNpcTrade.sqf @@ -149,12 +149,12 @@ if (alive _this) then { _addWeaponToHands = true; }; }; - case 2: { + case 4: { if (secondaryWeapon player == "") then { _addWeaponToHands = true; }; }; - case 4: { + case 2: { if (handgunWeapon player == "") then { _addWeaponToHands = true; };