mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix merge conflict
This commit is contained in:
@@ -62,6 +62,9 @@ const premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionCupid'),
|
||||
limited: true,
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-03-02');
|
||||
},
|
||||
},
|
||||
Shimmer: {
|
||||
value: 2,
|
||||
@@ -187,6 +190,9 @@ const premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionRoseQuartz'),
|
||||
limited: true,
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-03-02');
|
||||
},
|
||||
},
|
||||
Celestial: {
|
||||
value: 2,
|
||||
@@ -240,6 +246,13 @@ const premium = {
|
||||
date: t('dateEndJanuary'),
|
||||
}),
|
||||
},
|
||||
Ruby: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionRuby'),
|
||||
limited: true,
|
||||
canBuy: hasQuestAchievementFunction('ruby'),
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
|
||||
Reference in New Issue
Block a user