mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
chore(content): rerelease cuddle bubbles
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user