mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(content): Subscriber Items and Magic 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 = '_NONE_';
|
||||
const CURRENT_SEASON = 'October';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
@@ -100,7 +100,7 @@ let premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionSpooky'),
|
||||
limited: true,
|
||||
_season: 'October',
|
||||
_season: '_PENDING_',
|
||||
},
|
||||
Ghost: {
|
||||
value: 2,
|
||||
@@ -138,6 +138,12 @@ let premium = {
|
||||
limited: true,
|
||||
_season: 'July',
|
||||
},
|
||||
Glow: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionGlow'),
|
||||
limited: true,
|
||||
_season: 'October',
|
||||
},
|
||||
};
|
||||
|
||||
each(drops, (pot, key) => {
|
||||
|
||||
Reference in New Issue
Block a user