Skip to content

Commit

Permalink
Merge pull request #318 from peppy/add-loved-best-of-medal
Browse files Browse the repository at this point in the history
Add medal awarding criteria for new medal
  • Loading branch information
bdach authored Jan 17, 2025
2 parents 6b3d80f + e9284b5 commit ce1032b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@ private bool checkMedal(MedalAwarderContext context, Medal medal, IEnumerable<in
case 335:
return checkPack(3145);

// Project Loved: Best of 2024
case 350:
return checkPack(3585) || checkPack(3586) || checkPack(3587) || checkPack(3588);

default:
return false;
}
Expand Down

0 comments on commit ce1032b

Please sign in to comment.