Skip to content

Commit

Permalink
Mark Chips Ahoy as retired (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Dec 13, 2024
1 parent ee2c147 commit fe978af
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 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.48.0",
"version": "0.49.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
58 changes: 29 additions & 29 deletions src/ambassadors/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1057,35 +1057,6 @@ const ambassadors = {
homepage: null,
plush: null,
},
chipsAhoy: {
name: "Chips Ahoy",
alternate: [],
commands: ["chips", "chipsahoy"],
class: "mammalia",
species: "Domestic Rat",
scientific: "Rattus norvegicus f. domestica",
sex: "Female",
birth: null,
arrival: "2022-12",
retired: null,
iucn: {
id: 19353,
status: "LC",
},
enclosure: "nutrition",
story:
"Chips Ahoy was bred as a feeder rat for snakes, but she will now live out her full life at Alveus.",
mission:
"She is an ambassador for how rodenticide use and outdoor cats affect all levels of wildlife.",
native: {
text: "Worldwide (Domesticated)",
source: "https://en.wikipedia.org/wiki/Fancy_rat",
},
lifespan: lifespans.domesticRat,
clips: [{ id: "C2Ob-gQ_9os", caption: "Target Training With The Rats" }],
homepage: null,
plush: null,
},
polly: {
name: "Polly",
alternate: [],
Expand Down Expand Up @@ -1261,6 +1232,35 @@ const ambassadors = {
homepage: null,
plush: null,
},
chipsAhoy: {
name: "Chips Ahoy",
alternate: [],
commands: ["chips", "chipsahoy"],
class: "mammalia",
species: "Domestic Rat",
scientific: "Rattus norvegicus f. domestica",
sex: "Female",
birth: null,
arrival: "2022-12",
retired: "2024-12-13",
iucn: {
id: 19353,
status: "LC",
},
enclosure: "nutrition",
story:
"Chips Ahoy was bred as a feeder rat for snakes, but she will now live out her full life at Alveus.",
mission:
"She is an ambassador for how rodenticide use and outdoor cats affect all levels of wildlife.",
native: {
text: "Worldwide (Domesticated)",
source: "https://en.wikipedia.org/wiki/Fancy_rat",
},
lifespan: lifespans.domesticRat,
clips: [{ id: "C2Ob-gQ_9os", caption: "Target Training With The Rats" }],
homepage: null,
plush: null,
},
timber: {
name: "Timber",
alternate: [],
Expand Down

0 comments on commit fe978af

Please sign in to comment.