mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
feat(content): Oddballs Bundle
Also includes one more tweak to @mention text highlighting
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user