mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
fix potion scheduling
This commit is contained in:
parent
d7dc878b1c
commit
5c448188cf
1 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
type: 'premiumHatchingPotions',
|
||||
items: [
|
||||
'Aurora',
|
||||
'Moonglow',
|
||||
'Cupid',
|
||||
'IcySnow',
|
||||
],
|
||||
},
|
||||
|
|
@ -139,7 +139,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
type: 'premiumHatchingPotions',
|
||||
items: [
|
||||
'PolkaDot',
|
||||
'Cupid',
|
||||
'Celestial',
|
||||
'RoseGold',
|
||||
],
|
||||
},
|
||||
|
|
@ -381,7 +381,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
{
|
||||
type: 'premiumHatchingPotions',
|
||||
items: [
|
||||
'Celestial',
|
||||
'Moonglow',
|
||||
'SandCastle',
|
||||
'Watery',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue