mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Ported open mystery item, added unit tests, added route, and integration tests
This commit is contained in:
@@ -114,6 +114,7 @@ import feed from './ops/feed';
|
||||
import equip from './ops/equip';
|
||||
import changeClass from './ops/changeClass';
|
||||
import disableClasses from './ops/disableClasses';
|
||||
import openMysteryItem from './ops/openMysteryItem';
|
||||
|
||||
api.ops = {
|
||||
scoreTask,
|
||||
@@ -129,6 +130,7 @@ api.ops = {
|
||||
equip,
|
||||
changeClass,
|
||||
disableClasses,
|
||||
openMysteryItem,
|
||||
};
|
||||
|
||||
import handleTwoHanded from './fns/handleTwoHanded';
|
||||
|
||||
Reference in New Issue
Block a user