mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Merge branch 'release' into develop
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 = '_NONE_';
|
||||
const CURRENT_SEASON = 'August';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
|
||||
@@ -8,12 +8,12 @@ const featuredItems = {
|
||||
path: 'armoire',
|
||||
},
|
||||
{
|
||||
type: 'food',
|
||||
path: 'food.Saddle',
|
||||
type: 'premiumHatchingPotion',
|
||||
path: 'premiumHatchingPotions.Ember',
|
||||
},
|
||||
{
|
||||
type: 'food',
|
||||
path: 'food.Fish',
|
||||
type: 'eggs',
|
||||
path: 'eggs.Dragon',
|
||||
},
|
||||
{
|
||||
type: 'card',
|
||||
@@ -31,7 +31,7 @@ const featuredItems = {
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.whale',
|
||||
path: 'quests.kangaroo',
|
||||
},
|
||||
],
|
||||
seasonal: '',
|
||||
|
||||
Reference in New Issue
Block a user