mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Merge branch 'release' into develop
This commit is contained in:
@@ -92,6 +92,21 @@ api.bundles = {
|
||||
class: 'quest_bundle_splashyPals',
|
||||
value: 7,
|
||||
},
|
||||
farmFriends: {
|
||||
key: 'farmFriends',
|
||||
text: t('farmFriendsText'),
|
||||
notes: t('farmFriendsNotes'),
|
||||
bundleKeys: [
|
||||
'cow',
|
||||
'horse',
|
||||
'sheep',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2017-09-12', '2017-10-02');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user