Skip to content

Commit

Permalink
Remove unwanted AI disables
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Jul 3, 2016
1 parent 9e28b84 commit ec8cfa4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ARCMF.VR/f/arc/ai/fn_garrisonBuilding.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ switch (_fillingType) do {

} else {
private _unit = _unitsArray select 0;
_unit disableAI "FSM";
_unit disableAI "AUTOCOMBAT";
_unit forceSpeed 0;
_unit setPos _pos;
_unitsArray deleteAt (_unitsArray find _unit);
Expand Down Expand Up @@ -154,8 +152,6 @@ switch (_fillingType) do {

} else {
private _unit = _unitsArray select 0;
_unit disableAI "FSM";
_unit disableAI "AUTOCOMBAT";
_unit forceSpeed 0;
_unit setPos _pos;
_unitsArray deleteAt (_unitsArray find _unit);
Expand Down Expand Up @@ -186,8 +182,6 @@ switch (_fillingType) do {

} else {
private _unit = _unitsArray select 0;
_unit disableAI "FSM";
_unit disableAI "AUTOCOMBAT";
_unit forceSpeed 0;
_unit setPos _pos;
_unitsArray deleteAt (_unitsArray find _unit);
Expand Down

0 comments on commit ec8cfa4

Please sign in to comment.