mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
chore(date): Bailey and disable 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 = 'May';
|
||||
const CURRENT_SEASON = '_NONE_';
|
||||
|
||||
function hasQuestAchievementFunction (key) {
|
||||
return (user) => {
|
||||
@@ -83,7 +83,7 @@ let premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionFloral'),
|
||||
limited: true,
|
||||
_season: 'May',
|
||||
_season: '_PENDING_',
|
||||
},
|
||||
Aquatic: {
|
||||
value: 2,
|
||||
@@ -179,7 +179,7 @@ let premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionSunshine'),
|
||||
limited: true,
|
||||
_season: 'May',
|
||||
_season: '_PENDING_',
|
||||
},
|
||||
Bronze: {
|
||||
value: 2,
|
||||
|
||||
Reference in New Issue
Block a user