Skip to content

Commit

Permalink
fix POW
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirk Main committed May 30, 2015
1 parent 9866b0d commit 114393c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EVO/fn_capture.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ _pow = _this select 0;
_capturer = _this select 1;
_id = _this select 2;
[_pow] join _capturer;
_pow enableAI "ANIM";
_pow enableAI "FSM";
[[[], {_pow swtichMove ""}], "BIS_fnc_spawn", true] call BIS_fnc_MP;

if (_pow == currentTargetOF) then {
[[[], {
Expand Down

0 comments on commit 114393c

Please sign in to comment.