mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
add chameleon to featured quests
This commit is contained in:
parent
254dd80f24
commit
19da14531c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ const potentialFeaturedPetQuests = [
|
|||
'giraffe',
|
||||
|
||||
'guineapig',
|
||||
'chameleon',
|
||||
|
||||
'cheetah',
|
||||
|
||||
|
|
@ -34,7 +35,6 @@ const potentialFeaturedPetQuests = [
|
|||
'sabretooth',
|
||||
];
|
||||
|
||||
// hatching potions and food names should be capitalized lest you break the market
|
||||
const featuredItems = {
|
||||
market () {
|
||||
const featured = [{
|
||||
|
|
|
|||
Loading…
Reference in a new issue