Skip to content

Commit

Permalink
Added flying pig pet item
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 committed May 8, 2021
1 parent 756e5df commit b0fad8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants/pets.js
Original file line number Diff line number Diff line change
Expand Up @@ -2773,5 +2773,10 @@ module.exports = {
rarity: 'LEGENDARY',
description: `§7Gain §c8 ${symbols.ferocity} Ferocity §7for 5s on kill`,
},
PET_ITEM_FLYING_PIG: {
name: 'Flying Pig',
tier: 'UNCOMMON',
description: '§7Grants your pig pet the ability to fly while on your private island! You also don\'t need to hold a carrot on a stick to control your pig.',
},
},
};

0 comments on commit b0fad8c

Please sign in to comment.