diff --git a/website/common/locales/en/backgrounds.json b/website/common/locales/en/backgrounds.json index 1e0ca8bd46..97c1a40b5a 100644 --- a/website/common/locales/en/backgrounds.json +++ b/website/common/locales/en/backgrounds.json @@ -981,7 +981,7 @@ "backgrounds062024": "SET 121: Released June 2024", "backgroundShellGateText": "Shell Gate", - "backgroundShellGateNotes": "Swim beneath a shimmering Shell Gate.", + "backgroundShellGateNotes": "", "backgrounds072024": "SET 122: Released July 2024", "backgroundRiverBottomText": "River Bottom", diff --git a/website/common/script/content/constants/schedule.js b/website/common/script/content/constants/schedule.js index 089eb2486b..d62b909228 100644 --- a/website/common/script/content/constants/schedule.js +++ b/website/common/script/content/constants/schedule.js @@ -376,6 +376,7 @@ export const MONTHLY_SCHEDULE = { 'dilatory_derby', 'armadillo', 'guineapig', + 'chameleon', ], }, { diff --git a/website/common/script/content/quests/pets.js b/website/common/script/content/quests/pets.js index 0c7bfabdac..f0ced0ba06 100644 --- a/website/common/script/content/quests/pets.js +++ b/website/common/script/content/quests/pets.js @@ -259,10 +259,10 @@ const QUEST_PETS = { text: t('questChameleonDropChameleonEgg'), }, ], + gp: 35, + exp: 250, + unlock: t('questChameleonUnlockText'), }, - gp: 35, - xp: 250, - unlock: t('questChameleonUnlockText'), }, cheetah: { text: t('questCheetahText'),