mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
chore(items): deactivate premium potions
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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: '',
|
||||
|
||||
BIN
website/raw_sprites/spritesmith_large/scene_hiking.png
Normal file
BIN
website/raw_sprites/spritesmith_large/scene_hiking.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user