feat(content): seasonal quest achievement

This commit is contained in:
Sabe Jones
2021-03-29 17:51:33 -05:00
parent ef58360305
commit e9c69f93a6
7 changed files with 27 additions and 2 deletions

View File

@@ -48,6 +48,11 @@ const QUEST_SERIES_ACHIEVEMENTS = {
'frog',
'hippo',
],
seasonalSpecialist: [
'egg',
'evilsanta',
'evilsanta2',
],
};
export default QUEST_SERIES_ACHIEVEMENTS;