mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
* 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>
12 lines
286 B
JavaScript
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;
|