1.0.1.95 Dev Build

This commit is contained in:
[VB]AWOL
2013-08-27 15:44:33 -05:00
parent 9e85a88c8f
commit 6efe3fea01
8 changed files with 98 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ if (count _inventory > 0) then {
};
if (_item == "BoltSteel") then { _item = "WoodenArrow" }; // Convert BoltSteel to WoodenArrow
if (_item == "ItemTent") then { _item = "ItemTentOld" };
//Is item legal?
_isOK = isClass(configFile >> "CfgMagazines" >> _item);