mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Fixed end dates to Feb 18
This commit is contained in:
parent
79cda5d1f6
commit
d1ef90db29
2 changed files with 4 additions and 4 deletions
|
|
@ -93,9 +93,9 @@ export const EVENTS = {
|
|||
end: '2021-04-02T08:00-05:00',
|
||||
aprilFools: 'invert',
|
||||
},
|
||||
valentines2021: {
|
||||
start: '2021-02-14T08:00-05:00',
|
||||
end: '2021-02-17T08:00-05:00',
|
||||
valentines2022: {
|
||||
start: '2022-02-14T08:00-05:00',
|
||||
end: '2022-02-18T08:00-05:00',
|
||||
season: 'valentines',
|
||||
npcImageSuffix: 'valentines',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ api.cardTypes = {
|
|||
valentine: {
|
||||
key: 'valentine',
|
||||
messageOptions: 4,
|
||||
yearRound: moment().isBefore('2022-02-17T20:00-05:00'),
|
||||
yearRound: moment().isBefore('2022-02-18T20:00-05:00'),
|
||||
},
|
||||
birthday: {
|
||||
key: 'birthday',
|
||||
|
|
|
|||
Loading…
Reference in a new issue