Fixed end dates to Feb 18

This commit is contained in:
CuriousMagpie
2022-02-14 15:15:15 -05:00
committed by SabreCat
parent 79cda5d1f6
commit d1ef90db29
2 changed files with 4 additions and 4 deletions

View File

@@ -93,9 +93,9 @@ export const EVENTS = {
end: '2021-04-02T08:00-05:00', end: '2021-04-02T08:00-05:00',
aprilFools: 'invert', aprilFools: 'invert',
}, },
valentines2021: { valentines2022: {
start: '2021-02-14T08:00-05:00', start: '2022-02-14T08:00-05:00',
end: '2021-02-17T08:00-05:00', end: '2022-02-18T08:00-05:00',
season: 'valentines', season: 'valentines',
npcImageSuffix: 'valentines', npcImageSuffix: 'valentines',
}, },

View File

@@ -133,7 +133,7 @@ api.cardTypes = {
valentine: { valentine: {
key: 'valentine', key: 'valentine',
messageOptions: 4, messageOptions: 4,
yearRound: moment().isBefore('2022-02-17T20:00-05:00'), yearRound: moment().isBefore('2022-02-18T20:00-05:00'),
}, },
birthday: { birthday: {
key: 'birthday', key: 'birthday',