feat(content): Freshwater Friends cheevo

This commit is contained in:
Sabe Jones
2020-07-27 14:17:43 -05:00
parent d8ab69b3c7
commit 7280c50963
11 changed files with 293 additions and 280 deletions

View File

@@ -197,6 +197,11 @@ const basicAchievs = {
titleKey: 'achievementBareNecessities',
textKey: 'achievementBareNecessitiesText',
},
freshwaterFriends: {
icon: 'achievement-freshwaterFriends',
titleKey: 'achievementFreshwaterFriends',
textKey: 'achievementFreshwaterFriendsText',
},
};
Object.assign(achievementsData, basicAchievs);