mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Guild A/B test and Achievement (#8740)
* WIP(guilds): AB test pester modal * WIP(AB-test): guild pester cont'd * fix(style): linting error * fix(AB-test): markModified and notif enum * fix(tests): update AB expectations * fix(modal): remove extra includes * feat(achievements): add Joined Guild cheevo Also removes unused achievement sprites, and properly saves counter used in A/B testing * fix(style): linting error from conflict
This commit is contained in:
@@ -102,6 +102,11 @@ let basicAchievs = {
|
||||
titleKey: 'royallyLoyal',
|
||||
textKey: 'royallyLoyalText',
|
||||
},
|
||||
joinedGuild: {
|
||||
icon: 'achievement-guild',
|
||||
titleKey: 'joinedGuild',
|
||||
textKey: 'joinedGuildText',
|
||||
},
|
||||
};
|
||||
Object.assign(achievementsData, basicAchievs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user