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