mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Fairy Potions, Mistiflying Quests
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 = 'April';
|
||||
const CURRENT_SEASON = 'May';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
@@ -66,6 +66,12 @@ let premium = {
|
||||
limited: true,
|
||||
_season: 'April',
|
||||
},
|
||||
Fairy: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionFairy'),
|
||||
limited: true,
|
||||
_season: 'May',
|
||||
},
|
||||
Floral: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionFloral'),
|
||||
|
||||
Reference in New Issue
Block a user