Fixed Kestrel4500 not working when bipod is deployed

This commit is contained in:
ulteq 2015-04-10 15:26:56 +02:00
parent a6e3d1917d
commit f07d743c1d

View File

@ -14,7 +14,7 @@
*/
#include "script_component.hpp"
if (dialog) exitWith { false };
//if (dialog) exitWith { false };
if (underwater ACE_player) exitWith { false };
if (!("ACE_Kestrel4500" in (uniformItems ACE_player)) && !("ACE_Kestrel4500" in (vestItems ACE_player))) exitWith { false };