feat(content): bundle and cheevo

This commit is contained in:
Sabe Jones
2021-02-16 17:00:39 -06:00
parent 0fad23ad80
commit ee1f95bb67
16 changed files with 321 additions and 136 deletions

View File

@@ -208,6 +208,7 @@ function _getBasicAchievements (user, language) {
_addSimple(result, user, { path: 'skeletonCrew', language });
_addSimple(result, user, { path: 'seeingRed', language });
_addSimple(result, user, { path: 'redLetterDay', language });
_addSimple(result, user, { path: 'legendaryBestiary', language });
_addSimpleWithMasterCount(result, user, { path: 'beastMaster', language });
_addSimpleWithMasterCount(result, user, { path: 'mountMaster', language });