match case of magazine

This commit is contained in:
[VB]AWOL
2013-11-04 10:55:06 -06:00
parent b0037c7da4
commit 9dcd264157
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ if (_isOk) then {
player addMagazine 'sledge_swing';
};
if (_item == "MeleeHatchet") then {
player addMagazine 'hatchet_swing';
player addMagazine 'Hatchet_Swing';
};
if (_item == "MeleeMachete") then {
player addMagazine 'Machete_swing';

View File

@@ -128,7 +128,7 @@ diag_log (str(_backpackMag));
_newUnit addMagazine 'sledge_swing';
};
if (_primweapon == "MeleeHatchet") then {
_newUnit addMagazine 'hatchet_swing';
_newUnit addMagazine 'Hatchet_Swing';
};
if (_primweapon == "MeleeMachete") then {
_newUnit addMagazine 'Machete_swing';