mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
feat(event): add AF2023 event const
This commit is contained in:
parent
63453ce01b
commit
7ede3acd01
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ export const EVENTS = {
|
||||||
season: 'normal',
|
season: 'normal',
|
||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
|
aprilFools2023: {
|
||||||
|
start: '2023-04-01T08:00-05:00',
|
||||||
|
end: '2023-04-02T08:00-05:00',
|
||||||
|
aprilFools: 'teaShop',
|
||||||
|
},
|
||||||
spring2023: {
|
spring2023: {
|
||||||
start: '2023-03-21T08:00-04:00',
|
start: '2023-03-21T08:00-04:00',
|
||||||
end: '2023-04-30T23:59-04:00',
|
end: '2023-04-30T23:59-04:00',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue