mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
match case of magazine
This commit is contained in:
@@ -84,7 +84,7 @@ if (_isOk) then {
|
|||||||
player addMagazine 'sledge_swing';
|
player addMagazine 'sledge_swing';
|
||||||
};
|
};
|
||||||
if (_item == "MeleeHatchet") then {
|
if (_item == "MeleeHatchet") then {
|
||||||
player addMagazine 'hatchet_swing';
|
player addMagazine 'Hatchet_Swing';
|
||||||
};
|
};
|
||||||
if (_item == "MeleeMachete") then {
|
if (_item == "MeleeMachete") then {
|
||||||
player addMagazine 'Machete_swing';
|
player addMagazine 'Machete_swing';
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ diag_log (str(_backpackMag));
|
|||||||
_newUnit addMagazine 'sledge_swing';
|
_newUnit addMagazine 'sledge_swing';
|
||||||
};
|
};
|
||||||
if (_primweapon == "MeleeHatchet") then {
|
if (_primweapon == "MeleeHatchet") then {
|
||||||
_newUnit addMagazine 'hatchet_swing';
|
_newUnit addMagazine 'Hatchet_Swing';
|
||||||
};
|
};
|
||||||
if (_primweapon == "MeleeMachete") then {
|
if (_primweapon == "MeleeMachete") then {
|
||||||
_newUnit addMagazine 'Machete_swing';
|
_newUnit addMagazine 'Machete_swing';
|
||||||
|
|||||||
Reference in New Issue
Block a user