Files
habitica/website/common/script/content/constants/petCompleteSetAchievements.js
Natalie L 3bc82a6692 chore(content): add Bone to Pick achievement (#14318)
* chore(content): add Bone to Pick achievement

* chore(content): update spritesmith-main.css

* chore(content): add more bone picking

* chore(content): more bone picking

* chore(content): bone picking

* chore(content): i gotta bone to pick here

* chore(content): final bone picking

* chore: add migration script

* chore: update habitica-images

Co-authored-by: SabreCat <sabe@habitica.com>
2022-10-31 14:19:56 -05:00

12 lines
286 B
JavaScript

// this achievement covers all pets of a specific type--classic & quest
const PET_SET_COMPLETE_ACHIEVEMENTS = [
{
color: 'Skeleton',
petAchievement: 'boneToPick',
petNotificationType: 'ACHIEVEMENT_PET_SET_COMPLETE',
},
];
export default PET_SET_COMPLETE_ACHIEVEMENTS;