mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
fix some quests scheduling
This commit is contained in:
parent
4c51212315
commit
daa296f2af
1 changed files with 3 additions and 9 deletions
|
|
@ -218,7 +218,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
{
|
||||
type: 'hatchingPotionQuests',
|
||||
items: [
|
||||
'mossyStone',
|
||||
'stone',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -303,14 +303,14 @@ export const MONTHLY_SCHEDULE = {
|
|||
items: [
|
||||
'trex',
|
||||
'unicorn',
|
||||
'veolociraptor',
|
||||
'velociraptor',
|
||||
'hippo',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'hatchingPotionQuests',
|
||||
items: [
|
||||
'turquiose',
|
||||
'turquoise',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -360,12 +360,6 @@ export const MONTHLY_SCHEDULE = {
|
|||
'fluorite',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'bundles',
|
||||
items: [
|
||||
'winterQuests',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'bundles',
|
||||
items: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue