mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(content): feature shinies
This commit is contained in:
@@ -5,6 +5,26 @@ import moment from 'moment';
|
|||||||
// path: 'premiumHatchingPotions.Rainbow',
|
// path: 'premiumHatchingPotions.Rainbow',
|
||||||
const featuredItems = {
|
const featuredItems = {
|
||||||
market () {
|
market () {
|
||||||
|
if (moment().isBefore('2020-05-02')) {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
type: 'armoire',
|
||||||
|
path: 'armoire',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'premiumHatchingPotion',
|
||||||
|
path: 'premiumHatchingPotions.BirchBark',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'premiumHatchingPotion',
|
||||||
|
path: 'premiumHatchingPotions.Shimmer',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'premiumHatchingPotion',
|
||||||
|
path: 'premiumHatchingPotions.Celestial',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
type: 'armoire',
|
type: 'armoire',
|
||||||
|
|||||||
Reference in New Issue
Block a user