Skip to content

Commit

Permalink
Allow mumpkin metamorphs to be equipped (#6172)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit authored Nov 7, 2024
1 parent 01fe86e commit b884ce4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/data/CollectionsExport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2718,6 +2718,8 @@ const metamorphPets = resolveItems([
'Pheasant'
]);

const mumpkinMetamorphPets = resolveItems(['Mumpkin (demonic)', 'Mumpkin (pumpkin)', 'Mumpkin (dead)']);

export const allPetIDs = [
...allPetsCL,
...customPetsCL,
Expand All @@ -2728,7 +2730,8 @@ export const allPetIDs = [
...resolveItems(['Little parasite', 'Dark squirrel', 'Black swan', 'Abyssal protector']),
...metamorphPets,
...toaMetamorphPets,
...allDOAPets
...allDOAPets,
...mumpkinMetamorphPets
];

export const antiSantaOutfit = new Bank({
Expand Down

0 comments on commit b884ce4

Please sign in to comment.