mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix potion scheduling
This commit is contained in:
@@ -92,7 +92,7 @@ export const MONTHLY_SCHEDULE = {
|
|||||||
type: 'premiumHatchingPotions',
|
type: 'premiumHatchingPotions',
|
||||||
items: [
|
items: [
|
||||||
'Aurora',
|
'Aurora',
|
||||||
'Moonglow',
|
'Cupid',
|
||||||
'IcySnow',
|
'IcySnow',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -139,7 +139,7 @@ export const MONTHLY_SCHEDULE = {
|
|||||||
type: 'premiumHatchingPotions',
|
type: 'premiumHatchingPotions',
|
||||||
items: [
|
items: [
|
||||||
'PolkaDot',
|
'PolkaDot',
|
||||||
'Cupid',
|
'Celestial',
|
||||||
'RoseGold',
|
'RoseGold',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -381,7 +381,7 @@ export const MONTHLY_SCHEDULE = {
|
|||||||
{
|
{
|
||||||
type: 'premiumHatchingPotions',
|
type: 'premiumHatchingPotions',
|
||||||
items: [
|
items: [
|
||||||
'Celestial',
|
'Moonglow',
|
||||||
'SandCastle',
|
'SandCastle',
|
||||||
'Watery',
|
'Watery',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user