Fixed ATragMX not working when bipod is deployed

This commit is contained in:
ulteq 2015-04-10 15:09:38 +02:00
parent c7db3dbffe
commit ad3c9493d7

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
if (dialog) exitWith { false };
//if (dialog) exitWith { false };
if (underwater ACE_player) exitWith { false };
if (!("ACE_ATragMX" in (uniformItems ACE_player)) && !("ACE_ATragMX" in (vestItems ACE_player))) exitWith { false };