Skip to content

Commit

Permalink
Update frozen icon to snowflake (matches website)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Oct 5, 2024
1 parent 34ce9c8 commit 145adf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function eventCrewFormat(entry: Definitions.BotCrew, profileData: any): string {
let pcrew = profileData.player.character.crew.find((crew: PlayerCrew) => crew.symbol === entry.symbol);

if (!pcrew || (pcrew.immortal && pcrew.immortal > 0)) {
return `**${entry.name}** (🥶)`;
return `**${entry.name}** (❄️)`;
} else {
if (pcrew.rarity === entry.max_rarity && pcrew.level === 100 && pcrew.equipment.length === 4) {
return `**${entry.name}** (FF/FE)`;
Expand Down

0 comments on commit 145adf0

Please sign in to comment.