1.0.2.38 Dev

This commit is contained in:
[VB]AWOL
2013-09-29 22:06:33 -05:00
parent ff256dd234
commit 2dc52d0e32
17 changed files with 403 additions and 32 deletions

View File

@@ -35,7 +35,8 @@ if (count _inventory > 0) then {
//Add weapons
{
if (_x == "Crossbow") then { _x = "Crossbow_DZ" }; // Convert Crossbow to Crossbow_DZ
if (_x == "ItemMatchbox") then { _x = "ItemMatchbox_DZE" }; // Convert Crossbow to Crossbow_DZ
//Is item legal?
_isOK = isClass(configFile >> "CfgWeapons" >> _x);
if (_isOK) then {