code for reptacular rumble achievement

This commit is contained in:
CuriousMagpie
2022-05-18 15:33:29 -04:00
committed by SabreCat
parent 1863a965c7
commit 5fa705c390
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 });