mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 06:35:37 +00:00
chore(content): rerelease cuddle bubbles
This commit is contained in:
parent
d9240f7887
commit
c2d48480a0
2 changed files with 7 additions and 7 deletions
|
|
@ -114,7 +114,7 @@ const bundles = {
|
|||
'guineapig',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2018-05-08', '2018-06-02');
|
||||
return moment().isBetween('2022-03-15T08:00-04:00', '2022-05-31T20:00-04:00');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
|
|
|
|||
|
|
@ -44,30 +44,30 @@ const featuredItems = {
|
|||
];
|
||||
},
|
||||
quests () {
|
||||
if (moment().isBefore('2022-02-28T20:00-05:00')) {
|
||||
if (moment().isBefore('2022-05-31T20:00-04:00')) {
|
||||
return [
|
||||
{
|
||||
type: 'bundles',
|
||||
path: 'bundles.mythicalMarvels',
|
||||
path: 'bundles.cuddleBuddies',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.onyx',
|
||||
path: 'quests.turquoise',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.dolphin',
|
||||
path: 'quests.ghost_stag',
|
||||
},
|
||||
];
|
||||
}
|
||||
return [
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.snake',
|
||||
path: 'quests.ferret',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.turquoise',
|
||||
path: 'quests.silver',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
|
|
|
|||
Loading…
Reference in a new issue