mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat: Add wheelchair to avatar customization
This commit is contained in:
committed by
Blade Barringer
parent
01a7132b0b
commit
0f9cf57613
@@ -3,6 +3,7 @@ import shirts from './shirt.js';
|
||||
import skins from './skin.js';
|
||||
import sizes from './size.js';
|
||||
import backgrounds from './backgrounds.js';
|
||||
import chairs from './chair.js';
|
||||
import {forOwn, clone} from 'lodash';
|
||||
|
||||
let reorderedBgs = {};
|
||||
@@ -25,6 +26,7 @@ let appearances = {
|
||||
shirt: shirts,
|
||||
size: sizes,
|
||||
skin: skins,
|
||||
chair: chairs,
|
||||
background: reorderedBgs,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user