diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 85308a8d54..2095d6b4ea 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -325,6 +325,7 @@ const premium = { value: 2, text: t('hatchingPotionSandSculpture'), limited: true, + event: EVENTS.summer2020, canBuy () { return moment().isBefore('2020-08-02'); },