From 43be5f049011ee0dabb4beed67fe06ccc1ca5ca3 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Tue, 8 Mar 2022 16:52:43 -0500 Subject: [PATCH] Add Rooster and Peacock --- .../common/script/content/constants/animalSetAchievements.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/common/script/content/constants/animalSetAchievements.js b/website/common/script/content/constants/animalSetAchievements.js index 004ef1100a..55e89301c4 100644 --- a/website/common/script/content/constants/animalSetAchievements.js +++ b/website/common/script/content/constants/animalSetAchievements.js @@ -20,6 +20,8 @@ const ANIMAL_SET_ACHIEVEMENTS = { 'Pterodactyl', 'Gryphon', 'Falcon', + 'Rooster', + 'Peacock', ], achievementKey: 'birdsOfAFeather', notificationType: 'ACHIEVEMENT_BIRDS_OF_A_FEATHER',