Squashed commit of the following:

commit 0eb12305a58c148027759ea257f0f287796afdda
Author: Sabe Jones <sabe@habitica.com>
Date:   Thu Mar 28 17:13:05 2024 -0500

    feat(event): start April 1 midnight end April 2 8pm

commit de75cf2b9616ad4fe56051d5644c556bd40b874e
Author: Sabe Jones <sabe@habitica.com>
Date:   Thu Mar 28 08:52:01 2024 -0500

    fix(event): correct start timing

commit 34b72be4f447f00c31169c4cd6e8ba79655adf8a
Author: Sabe Jones <sabe@habitica.com>
Date:   Wed Mar 27 08:56:27 2024 -0500

    feat(event): AF by @CuriousMagpie
This commit is contained in:
Sabe Jones
2024-03-28 17:17:17 -05:00
parent c762146ec9
commit ef1f27c09f
7 changed files with 37 additions and 38 deletions

View File

@@ -10,11 +10,16 @@ const gemsPromo = {
export const EVENTS = {
noEvent: {
start: '2024-05-01T00:00-05:00',
end: '2024-06-20T08:00-05:00',
start: '2024-05-01T00:00-04:00',
end: '2024-06-20T23:59-04:00',
season: 'normal',
npcImageSuffix: '',
},
aprilFools2024: {
start: '2024-04-01T00:00-04:00',
end: '2024-04-02T20:00-04:00',
aprilFools: 'Fungi',
},
spring2024: {
start: '2024-03-21T00:00-04:00',
end: '2024-04-30T23:59-04:00',