Armoire and Backgrounds December 2017 (#9659)

* feat(content): Armoire and Backgrounds 2017/12

* chore(sprites): compile

* chore(news): Bailey
This commit is contained in:
Sabe Jones
2017-12-05 13:25:52 -06:00
committed by GitHub
parent 6310482b9d
commit 9bfbeaf93e
72 changed files with 20297 additions and 20175 deletions

View File

@@ -2,12 +2,13 @@ import {body as baseBody} from './sets/base';
import {body as mysteryBody} from './sets/mystery';
import {body as specialBody} from './sets/special';
import {body as armoireBody} from './sets/armoire';
let body = {
base: baseBody,
mystery: mysteryBody,
special: specialBody,
armoire: armoireBody,
};
module.exports = body;