mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 22:55:50 +00:00
add gear field to gala events
This commit is contained in:
parent
7d62c87de3
commit
96fed21fbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue