From 622fd50a8cbd0b49f53bf0072969e496a4e1223d Mon Sep 17 00:00:00 2001 From: Idrees Hassan Date: Fri, 3 Jan 2025 14:51:45 -0500 Subject: [PATCH] Add the Mistletoebird --- birb.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/birb.js b/birb.js index 789d797..1ee3332 100644 --- a/birb.js +++ b/birb.js @@ -595,9 +595,20 @@ const species = { [WING_EDGE]: "#1c448b", [HOOD]: "#2252a9", }), + mistletoebird: new BirdType("Mistletoebird", + "Native to Australia, these birds eat mainly mistletoe and in turn spread the seeds far and wide.", { + [BEAK]: "#000000", + [FOOT]: "#6c6a7c", + [EYE]: "#000000", + [FACE]: "#352e6d", + [BELLY]: "#fd6833", + [UNDERBELLY]: "#e6e1d8", + [WING]: "#342b7c", + [WING_EDGE]: "#282065", + }), }; -const DEFAULT_BIRD = "barnSwallow"; +const DEFAULT_BIRD = "mistletoebird"; const Directions = {