added Zodiac Zookeeper achievement

This commit is contained in:
CuriousMagpie
2022-01-28 17:14:50 -05:00
parent 86ba6055b9
commit f2f3a1f0eb
8 changed files with 219 additions and 2 deletions

View File

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