Skip to content

Commit

Permalink
Tweak best bet language.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Oct 5, 2024
1 parent f5e5f7f commit 0997dc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/beholdcalc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,8 @@ function recommendations(crew: CrewFromBehold[], openCols?: string[]) {
//title = `It may be worth starting another ${best[0].crew.name}, pick ${starBest[0].crew.name} if you don't want dupes`;
}
} else {
if (colBest?.length && cols(colBest[0])) {
if (colBest?.length && cols(colBest[0]) && best[0].crew.bigbook_tier > 4) {
printPickCols(colBest, best[0]);
bestCrew = colBest[0].crew;
}
else {
title = `${best[0].crew.name} is your best bet`;
Expand Down

0 comments on commit 0997dc8

Please sign in to comment.