rebase melee hatchet to fix #814

This commit is contained in:
[VB]AWOL
2013-11-28 09:58:08 -06:00
parent f33f406c73
commit 5b21ceae00
9 changed files with 15 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ for "_i" from 1 to _meleeNum do {
};
player removeWeapon _item;
if (_item == "MeleeHatchet") then {_item = "ItemHatchet_DZE";};
if (_item == "MeleeHatchet_DZE") then {_item = "ItemHatchet_DZE";};
if (_item == "MeleeCrowbar") then {_item = "MeleeCrowbar";};
if (_item == "MeleeMachete") then {_item = "ItemMachete";};