Ported open mystery item, added unit tests, added route, and integration tests

This commit is contained in:
Keith Holliday
2016-04-01 08:23:40 -05:00
parent 3089658cc7
commit 3fe88fd8d0
7 changed files with 120 additions and 25 deletions

View File

@@ -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';