feat(content): Hug a Bug Quest Bundle

This commit is contained in:
SabreCat
2018-03-06 21:56:01 +00:00
parent 0c3b4bba51
commit 2abf0f4900
10 changed files with 349 additions and 327 deletions

View File

@@ -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,
},
};
/*