mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
feat(content): Orca Pets and Splashy Pals
This commit is contained in:
@@ -70,6 +70,21 @@ api.bundles = {
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
splashyPals: {
|
||||
key: 'splashyPals',
|
||||
text: t('splashyPalsText'),
|
||||
notes: t('splashyPalsNotes'),
|
||||
bundleKeys: [
|
||||
'dilatory_derby',
|
||||
'turtle',
|
||||
'whale',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2017-07-11', '2017-08-02');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user