mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2025-07-25 02:54:36 +00:00
Merge branch 'experimental' of https://github.com/EpochModTeam/Epoch into experimental
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user