Skip to content

Commit

Permalink
Commander now has the same bonus as Officer.
Browse files Browse the repository at this point in the history
  • Loading branch information
donZappo committed Jul 22, 2019
1 parent c2dc391 commit 53a4518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pilot_Quirks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ private static void Postfix(Team __instance, ref int __result)
{
__result = __result - settings.pilot_rebellious_ResolveMalus;
}
if (officer)
if (officer || commander)
__result += settings.pilot_officer_BonusResolve;
}
}
Expand Down

0 comments on commit 53a4518

Please sign in to comment.