Skip to content

Commit

Permalink
Change best crew avatar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Oct 5, 2024
1 parent 0896fa3 commit 5c94a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/beholdcalc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function recommendations(crew: CrewFromBehold[], openCols?: string[]) {
}
else {
title = `Pick ${colBest[0].crew.name} for collections`;
bestCrew = colBest[0].crew;
}
if (actualBest) {
title += `, but ${actualBest.crew.name} is the best crew in this behold`
Expand Down

0 comments on commit 5c94a91

Please sign in to comment.