diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index faf1d65637..1836c57594 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -49,17 +49,16 @@ let drops = { }; let premium = { - Spooky: { + RoyalPurple: { value: 2, - text: t('hatchingPotionSpooky'), + text: t('hatchingPotionRoyalPurple'), limited: true, - _season: 'fall', }, - Peppermint: { + Cupid: { value: 2, - text: t('hatchingPotionPeppermint'), + text: t('hatchingPotionCupid'), limited: true, - _season: 'winter', + _season: 'valentines', }, Floral: { value: 2, @@ -73,28 +72,29 @@ let premium = { limited: true, _season: 'summer', }, + Spooky: { + value: 2, + text: t('hatchingPotionSpooky'), + limited: true, + _season: 'fall', + }, Ghost: { value: 2, text: t('hatchingPotionGhost'), limited: true, _season: 'fall', }, - RoyalPurple: { - value: 2, - text: t('hatchingPotionRoyalPurple'), - limited: true, - }, Holly: { value: 2, text: t('hatchingPotionHolly'), limited: true, _season: 'winter', }, - Cupid: { + Peppermint: { value: 2, - text: t('hatchingPotionCupid'), + text: t('hatchingPotionPeppermint'), limited: true, - _season: 'valentines', + _season: 'winter', }, };