feat(content): add new achievement, Plant Parent

This commit is contained in:
CuriousMagpie
2023-03-10 13:46:21 -05:00
committed by SabreCat
parent ec9973f9d2
commit c481354f78
7 changed files with 246 additions and 2 deletions

View File

@@ -221,6 +221,7 @@ function _getBasicAchievements (user, language) {
_addSimple(result, user, { path: 'woodlandWizard', language });
_addSimple(result, user, { path: 'boneToPick', language });
_addSimple(result, user, { path: 'polarPro', language });
_addSimple(result, user, { path: 'plantParent', language });
_addSimpleWithMasterCount(result, user, { path: 'beastMaster', language });
_addSimpleWithMasterCount(result, user, { path: 'mountMaster', language });