mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
fix(potion): add event data to Sand Sculpture
This commit is contained in:
parent
5005bb8714
commit
cdd9d23e90
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ const premium = {
|
|||
value: 2,
|
||||
text: t('hatchingPotionSandSculpture'),
|
||||
limited: true,
|
||||
event: EVENTS.summer2020,
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-08-02');
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue