mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Correct missing chainsaw
This commit is contained in:
@@ -23,7 +23,7 @@ _weapons = weapons player;
|
|||||||
{if (_x in DayZ_Ignitors) exitWith {_hastoolweapon = true};} count _items;
|
{if (_x in DayZ_Ignitors) exitWith {_hastoolweapon = true};} count _items;
|
||||||
};
|
};
|
||||||
if (_x == "ChainSaw") exitWith {
|
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 == "ItemShovel" || _x == "ItemEtool") exitWith {
|
||||||
{if (_x in _shovels) exitWith {_hastoolweapon = true};} count _items;
|
{if (_x in _shovels) exitWith {_hastoolweapon = true};} count _items;
|
||||||
|
|||||||
Reference in New Issue
Block a user