Skip to content

Commit 440c6fd

Browse files
committed
restore original squad-commanded priority by removing lines added in 09d116f
1 parent aad6c84 commit 440c6fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

code/ai/aigoals.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -799,10 +799,6 @@ void ai_add_goal_sub_player(ai_goal_type type, ai_goal_mode mode, int submode, c
799799
if ( (mode == AI_GOAL_STAY_NEAR_SHIP) || (mode == AI_GOAL_KEEP_SAFE_DISTANCE) )
800800
aigp->priority = PLAYER_PRIORITY_SUPPORT_LOW;
801801

802-
// Goober5000 - same with form-on-wing, since it's a type of staying near
803-
else if ( mode == AI_GOAL_FORM_ON_WING )
804-
aigp->priority = PLAYER_PRIORITY_SUPPORT_LOW;
805-
806802
else if ( aigp->type == ai_goal_type::PLAYER_WING ) // NOLINT(readability-braces-around-statements)
807803
aigp->priority = PLAYER_PRIORITY_WING; // player wing goals not as high as ship goals
808804
else

0 commit comments

Comments
 (0)