From cdd9d23e907cef15d26a44b7198b3e7cdac14313 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 19 Jun 2020 15:22:04 -0500 Subject: [PATCH] fix(potion): add event data to Sand Sculpture --- website/common/script/content/hatching-potions.js | 1 + 1 file changed, 1 insertion(+) 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'); },