mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
chore(event): canonical duration
This commit is contained in:
parent
608ae5fc43
commit
ae6918d52e
1 changed files with 5 additions and 1 deletions
|
|
@ -20,9 +20,13 @@ export const EVENTS = {
|
||||||
end: '2022-04-30T20:00-05:00',
|
end: '2022-04-30T20:00-05:00',
|
||||||
npcImageSuffix: '_spring',
|
npcImageSuffix: '_spring',
|
||||||
season: 'spring',
|
season: 'spring',
|
||||||
aprilFools: 'virtual',
|
|
||||||
gear: true,
|
gear: true,
|
||||||
},
|
},
|
||||||
|
aprilFools2022: {
|
||||||
|
start: '2022-04-01T08:00-05:00',
|
||||||
|
end: '2022-04-02T08:00-05:00',
|
||||||
|
aprilFools: 'virtual',
|
||||||
|
},
|
||||||
valentines2022: {
|
valentines2022: {
|
||||||
start: '2022-02-14T08:00-05:00',
|
start: '2022-02-14T08:00-05:00',
|
||||||
end: '2022-02-18T20:00-05:00',
|
end: '2022-02-18T20:00-05:00',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue