Merge branch 'experimental' of https://github.com/EpochModTeam/Epoch into experimental

This commit is contained in:
vbawol
2016-07-28 09:57:43 -05:00

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