From 6523ed08cd2aa09d2e28b24bf6918f57677c8ff0 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 13 May 2024 14:49:39 +0200 Subject: [PATCH] Add Koi Hatchingpotion --- website/common/locales/en/content.json | 1 + website/common/script/content/constants/schedule.js | 1 + website/common/script/content/hatching-potions.js | 1 + 3 files changed, 3 insertions(+) diff --git a/website/common/locales/en/content.json b/website/common/locales/en/content.json index ce8d7f463f..acef60c7f7 100644 --- a/website/common/locales/en/content.json +++ b/website/common/locales/en/content.json @@ -318,6 +318,7 @@ "hatchingPotionTeaShop": "Tea Shop", "hatchingPotionRoseGold": "Rose Gold", "hatchingPotionFungi": "Fungi", + "hatchingPotionKoi": "Koi", "hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.", "premiumPotionAddlNotes": "Not usable on quest pet eggs. Available for purchase until <%= date(locale) %>.", diff --git a/website/common/script/content/constants/schedule.js b/website/common/script/content/constants/schedule.js index af2fc3681a..3d20de6da5 100644 --- a/website/common/script/content/constants/schedule.js +++ b/website/common/script/content/constants/schedule.js @@ -348,6 +348,7 @@ export const MONTHLY_SCHEDULE = { items: [ 'Rainbow', 'Sunshine', + 'Koi', ], }, ], diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index b67a44a108..06733de5a6 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -254,6 +254,7 @@ const premium = { PinkMarble: { canBuy: hasQuestAchievementFunction('pinkMarble'), }, + Koi: {}, }; const wacky = {