code for reptacular rumble achievement (#13981)

This commit is contained in:
Natalie L
2022-05-23 16:39:51 -04:00
committed by GitHub
parent 0e7f98ad14
commit 8040d14c28
8 changed files with 358 additions and 210 deletions

View File

@@ -217,6 +217,7 @@ function _getBasicAchievements (user, language) {
_addSimple(result, user, { path: 'shadeOfItAll', language });
_addSimple(result, user, { path: 'zodiacZookeeper', language });
_addSimple(result, user, { path: 'birdsOfAFeather', language });
_addSimple(result, user, { path: 'reptacularRumble', language });
_addSimpleWithMasterCount(result, user, { path: 'beastMaster', language });
_addSimpleWithMasterCount(result, user, { path: 'mountMaster', language });