feat(content): new Mystery Items

and reenable Floral Potions
This commit is contained in:
SabreCat
2017-05-23 22:03:31 +00:00
parent 023fd6e6b0
commit 3cf533f261
14 changed files with 69 additions and 14 deletions

View File

@@ -1,9 +1,11 @@
import {body as baseBody} from './sets/base';
import {body as mysteryBody} from './sets/mystery';
import {body as specialBody} from './sets/special';
let body = {
base: baseBody,
mystery: mysteryBody,
special: specialBody,
};