mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
#2033 - MapTools work on children of itemMap
This commit is contained in:
parent
f029727b71
commit
d8c36663da
@ -14,7 +14,13 @@
|
||||
|
||||
visibleMap &&
|
||||
{alive ACE_player} &&
|
||||
{"ItemMap" in (assignedItems ACE_player)} &&
|
||||
{
|
||||
scopeName "hasMap";
|
||||
{
|
||||
if (_x isKindOf ["ItemMap", configFile >> "CfgWeapons"]) exitWith {true breakOut "hasMap"};
|
||||
} forEach (assignedItems ACE_player);
|
||||
false
|
||||
} &&
|
||||
{"ACE_MapTools" in (items ACE_player)} &&
|
||||
{!GVAR(mapTool_isDragging)} &&
|
||||
{!GVAR(mapTool_isRotating)}
|
||||
|
Loading…
Reference in New Issue
Block a user