mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Fixed end dates to Feb 18
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user