From b54037f2309a247ea49b826c3fb1aad8b8f4c6f8 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 2 Mar 2017 20:49:02 +0000 Subject: [PATCH] chore(event): disable Cupid Potions --- website/common/script/content/hatching-potions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 1836c57594..32b8ed1bde 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -124,7 +124,7 @@ each(premium, (pot, key) => { premium: true, limited: false, canBuy () { - return pot._season === 'valentines'; + return pot._season === 'regular'; }, }); });