Update EPOCH_startNpcTrade.sqf

Handgunweapons are 2
Secondary Weapons are 4
This commit is contained in:
He-Man 2016-07-26 20:07:05 +02:00 committed by GitHub
parent 89dec8acd7
commit f093723949

View File

@ -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;
};