Fixed incorrect canShow function

This commit is contained in:
ulteq 2015-04-07 22:37:47 +02:00
parent 07e6c89267
commit 4ea91d832e

View File

@ -17,6 +17,6 @@
private ["_returnValue"];
_returnValue = ("ACE_ATragMX" in (items ACE_player)) && {[ACE_player, objNull, ["notOnMap", "isNotInside"]] call EFUNC(common,canInteractWith)} && {!(underwater ACE_player)};
_returnValue = (("ACE_ATragMX" in (uniformItems ACE_player)) || ("ACE_ATragMX" in (vestItems ACE_player))) && !(underwater ACE_player);
_returnValue