Correct missing chainsaw

This commit is contained in:
AirwavesMan
2020-08-24 15:09:32 +02:00
parent 1dd93adf29
commit bb9c592b86

View File

@@ -23,7 +23,7 @@ _weapons = weapons player;
{if (_x in DayZ_Ignitors) exitWith {_hastoolweapon = true};} count _items;
};
if (_x == "ChainSaw") exitWith {
{if (_x in ["ChainSaw","ChainSawB","ChainSawG","ChainSawG","ChainSawR"]) exitWith {_hastoolweapon = true};} count _weapons;
{if (_x in ["ChainSaw","ChainSawB","ChainSawP","ChainSawG","ChainSawR"]) exitWith {_hastoolweapon = true};} count _weapons;
};
if (_x == "ItemShovel" || _x == "ItemEtool") exitWith {
{if (_x in _shovels) exitWith {_hastoolweapon = true};} count _items;