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