mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
add gear field to gala events
This commit is contained in:
@@ -940,6 +940,7 @@ export function getCurrentGalaEvent (date) {
|
|||||||
event: key,
|
event: key,
|
||||||
npcImageSuffix: `_${key}`,
|
npcImageSuffix: `_${key}`,
|
||||||
season: key,
|
season: key,
|
||||||
|
gear: true,
|
||||||
start: `${today.getFullYear()}.${gala.startMonth + 1}.${GALA_SWITCHOVER_DAY}`,
|
start: `${today.getFullYear()}.${gala.startMonth + 1}.${GALA_SWITCHOVER_DAY}`,
|
||||||
end: `${today.getFullYear()}.${gala.endMonth + 1}.${GALA_SWITCHOVER_DAY}`,
|
end: `${today.getFullYear()}.${gala.endMonth + 1}.${GALA_SWITCHOVER_DAY}`,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user