mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_startNpcTrade.sqf
Handgunweapons are 2 Secondary Weapons are 4
This commit is contained in:
parent
89dec8acd7
commit
f093723949
@ -149,12 +149,12 @@ if (alive _this) then {
|
|||||||
_addWeaponToHands = true;
|
_addWeaponToHands = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
case 2: {
|
case 4: {
|
||||||
if (secondaryWeapon player == "") then {
|
if (secondaryWeapon player == "") then {
|
||||||
_addWeaponToHands = true;
|
_addWeaponToHands = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
case 4: {
|
case 2: {
|
||||||
if (handgunWeapon player == "") then {
|
if (handgunWeapon player == "") then {
|
||||||
_addWeaponToHands = true;
|
_addWeaponToHands = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user