diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 38ceb0d860..b69068d62b 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -3,7 +3,7 @@ import defaults from 'lodash/defaults'; import each from 'lodash/each'; import t from './translation'; -const CURRENT_SEASON = 'November'; +const CURRENT_SEASON = '_NONE_'; let drops = { Base: { diff --git a/website/common/script/content/shop-featuredItems.js b/website/common/script/content/shop-featuredItems.js index a11fbff354..388ea8781d 100644 --- a/website/common/script/content/shop-featuredItems.js +++ b/website/common/script/content/shop-featuredItems.js @@ -8,16 +8,16 @@ const featuredItems = { path: 'armoire', }, { - type: 'premiumHatchingPotion', - path: 'premiumHatchingPotions.Frost', + type: 'hatchingPotions', + path: 'hatchingPotions.White', }, { type: 'eggs', path: 'eggs.Wolf', }, { - type: 'premiumHatchingPotion', - path: 'premiumHatchingPotions.Thunderstorm', + type: 'food', + path: 'food.Milk', }, ], quests: [ @@ -30,8 +30,8 @@ const featuredItems = { path: 'quests.taskwoodsTerror1', }, { - type: 'bundles', - path: 'bundles.oddballs', + type: 'quests', + path: 'quests.horse', }, ], seasonal: '', diff --git a/website/raw_sprites/spritesmith_large/scene_hiking.png b/website/raw_sprites/spritesmith_large/scene_hiking.png new file mode 100644 index 0000000000..884f9be27d Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_hiking.png differ