added achievement Birds of a Feather

This commit is contained in:
CuriousMagpie
2022-03-08 12:43:38 -05:00
parent ce57a70e64
commit aa1b9a5e94
5 changed files with 33 additions and 1 deletions

View File

@@ -272,6 +272,11 @@ const basicAchievs = {
titleKey: 'achievementZodiacZookeeper',
textKey: 'achievementZodiacZookeeperText',
},
birdsOfAFeather: {
icon: 'achievement-birdsOfAFeather',
titleKey: 'achievementBirdsOfAFeather',
textKey: 'achievementBirdsOfAFeatherText',
},
};
Object.assign(achievementsData, basicAchievs);