mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): new Mystery Items
and reenable Floral Potions
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user