mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(gear): fill special data for seasonal body accessories
This commit is contained in:
@@ -962,6 +962,8 @@ const body = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fillSpecialGear(body, 'body', 20);
|
||||||
|
|
||||||
const eyewear = {
|
const eyewear = {
|
||||||
wondercon_red: wonderconGear.eyewearSpecialWonderconRed, // eslint-disable-line camelcase
|
wondercon_red: wonderconGear.eyewearSpecialWonderconRed, // eslint-disable-line camelcase
|
||||||
wondercon_black: wonderconGear.eyewearSpecialWonderconBlack, // eslint-disable-line camelcase
|
wondercon_black: wonderconGear.eyewearSpecialWonderconBlack, // eslint-disable-line camelcase
|
||||||
|
|||||||
Reference in New Issue
Block a user