feat(content): Oddballs Bundle

Also includes one more tweak to @mention text highlighting
This commit is contained in:
Sabe Jones
2018-11-15 15:58:07 -06:00
parent abcc77b7d6
commit c2fe04367f
11 changed files with 53 additions and 15 deletions

View File

@@ -197,6 +197,21 @@ api.bundles = {
type: 'quests',
value: 7,
},
oddballs: {
key: 'oddballs',
text: t('oddballsText'),
notes: t('oddballsNotes'),
bundleKeys: [
'slime',
'rock',
'yarn',
],
canBuy () {
return moment().isBetween('2018-11-15', '2018-12-02');
},
type: 'quests',
value: 7,
},
};
/*