mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 11:48:52 +00:00
content schedule tweaks
This commit is contained in:
parent
6079dd4af6
commit
aedbe7d333
1 changed files with 11 additions and 7 deletions
|
|
@ -131,6 +131,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
type: 'bundles',
|
||||
items: [
|
||||
'cuddleBuddies',
|
||||
'mythicalMarvels',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
@ -312,16 +313,11 @@ export const MONTHLY_SCHEDULE = {
|
|||
'turquiose',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'bundles',
|
||||
items: [
|
||||
'rockingReptiles',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'bundles',
|
||||
items: [
|
||||
'delightfulDinos',
|
||||
'sandySidekicks',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
@ -353,7 +349,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
type: 'petQuests',
|
||||
items: [
|
||||
'whale',
|
||||
'seahorse',
|
||||
'dilatory_derby',
|
||||
'armadillo',
|
||||
'guineapig',
|
||||
],
|
||||
|
|
@ -374,6 +370,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
type: 'bundles',
|
||||
items: [
|
||||
'aquaticAmigos',
|
||||
'jungleBuddies',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
@ -563,6 +560,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
type: 'bundles',
|
||||
items: [
|
||||
'forestFriends',
|
||||
'oddBalls',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
@ -607,6 +605,12 @@ export const MONTHLY_SCHEDULE = {
|
|||
'ruby',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'bundles',
|
||||
items: [
|
||||
'rockingReptiles',
|
||||
],
|
||||
},
|
||||
],
|
||||
[FOURTH_RELEASE_DAY]: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue