mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(event): Fall Festival 2019
This commit is contained in:
@@ -37,6 +37,7 @@ export const EVENTS = {
|
||||
winter2019: { start: '2018-12-19', end: '2019-02-02' },
|
||||
spring2019: { start: '2019-03-19', end: '2019-05-02' },
|
||||
summer2019: { start: '2019-06-18', end: '2019-08-02' },
|
||||
fall2019: { start: '2019-09-24', end: '2019-11-02' },
|
||||
};
|
||||
|
||||
export const SEASONAL_SETS = {
|
||||
@@ -181,6 +182,12 @@ export const SEASONAL_SETS = {
|
||||
'fall2018CandymancerMageSet',
|
||||
'fall2018CarnivorousPlantSet',
|
||||
'fall2018AlterEgoSet',
|
||||
|
||||
// fall 2019
|
||||
'fall2019CyclopsSet',
|
||||
'fall2019LichSet',
|
||||
'fall2019OperaticSpecterSet',
|
||||
'fall2019RavenSet',
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user