mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
feat(content): Hug a Bug Quest Bundle
This commit is contained in:
@@ -137,6 +137,21 @@ api.bundles = {
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
hugabug: {
|
||||
key: 'hugabug',
|
||||
text: t('hugabugText'),
|
||||
notes: t('hugabugNotes'),
|
||||
bundleKeys: [
|
||||
'snail',
|
||||
'beetle',
|
||||
'butterfly',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2018-02-06', '2018-04-02');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user