mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
fix(gear): fill special data for seasonal body accessories
This commit is contained in:
parent
b5c5990e56
commit
de9ca06607
1 changed files with 2 additions and 0 deletions
|
|
@ -962,6 +962,8 @@ const body = {
|
|||
},
|
||||
};
|
||||
|
||||
fillSpecialGear(body, 'body', 20);
|
||||
|
||||
const eyewear = {
|
||||
wondercon_red: wonderconGear.eyewearSpecialWonderconRed, // eslint-disable-line camelcase
|
||||
wondercon_black: wonderconGear.eyewearSpecialWonderconBlack, // eslint-disable-line camelcase
|
||||
|
|
|
|||
Loading…
Reference in a new issue