mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix(potion): add event data to Sand Sculpture
This commit is contained in:
@@ -325,6 +325,7 @@ const premium = {
|
|||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionSandSculpture'),
|
text: t('hatchingPotionSandSculpture'),
|
||||||
limited: true,
|
limited: true,
|
||||||
|
event: EVENTS.summer2020,
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return moment().isBefore('2020-08-02');
|
return moment().isBefore('2020-08-02');
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user