Skip to content

Commit

Permalink
Polly is no longer retired (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Nov 29, 2023
1 parent caaba53 commit 598dc2b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 30 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
53 changes: 26 additions & 27 deletions src/ambassadors/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,32 @@ const ambassadors = {
homepage: null,
plush: null,
},
polly: {
name: "Polly",
alternate: [],
class: Class.Aves,
species: "Silkie Chicken",
scientific: "Gallus gallus domesticus",
sex: "Female",
birth: null,
arrival: "2022-08",
retired: null,
iucn: {
id: null,
status: "NE",
},
enclosure: "nutrition",
story: "Polly was rehomed from another owner.",
mission:
"She is an ambassador for the agricultural industry and how people can use consumer choice to impact the environment in a positive way.",
native: {
text: "China (Domesticated)",
source: "https://en.wikipedia.org/wiki/Silkie",
},
clips: [],
homepage: null,
plush: null,
},
bb: {
name: "BB",
alternate: ["Bonus Bug"],
Expand Down Expand Up @@ -1048,33 +1074,6 @@ const ambassadors = {
homepage: null,
plush: null,
},
polly: {
name: "Polly",
alternate: [],
class: Class.Aves,
species: "Silkie Chicken",
scientific: "Gallus gallus domesticus",
sex: "Female",
birth: null,
arrival: "2022-08",
retired: "2022-11",
iucn: {
id: null,
status: "NE",
},
enclosure: "chickens",
story:
"Polly was rehomed from another owner.\n\nWe had hoped that Polly would grow to be larger so she could join our other chickens, but unfortunately she did not and so was retired from being an ambassador in November 2022 and now lives at Maya's Tiny House.",
mission:
"She is an ambassador for the agricultural industry and how people can use consumer choice to impact the environment in a positive way.",
native: {
text: "China (Domesticated)",
source: "https://en.wikipedia.org/wiki/Silkie",
},
clips: [],
homepage: null,
plush: null,
},
ducky: {
name: "Ducky",
alternate: [],
Expand Down

0 comments on commit 598dc2b

Please sign in to comment.