mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(event): Valentine's 2021
This commit is contained in:
@@ -66,7 +66,7 @@ const premium = {
|
||||
text: t('hatchingPotionCupid'),
|
||||
limited: true,
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-03-02');
|
||||
return moment().isBefore('2021-02-28T20:00-05:00');
|
||||
},
|
||||
},
|
||||
Shimmer: {
|
||||
@@ -240,7 +240,7 @@ const premium = {
|
||||
text: t('hatchingPotionRoseQuartz'),
|
||||
limited: true,
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-03-02');
|
||||
return moment().isBefore('2021-02-28T20:00-05:00');
|
||||
},
|
||||
},
|
||||
Celestial: {
|
||||
|
||||
Reference in New Issue
Block a user