v3: port hatch, equip and feed ops

This commit is contained in:
Matteo Pagliazzi
2016-03-24 16:08:58 +01:00
parent 23f92e2d28
commit 0a65e6a6f1
15 changed files with 783 additions and 336 deletions

View File

@@ -109,6 +109,9 @@ import buyMysterySet from './ops/buyMysterySet';
import buyQuest from './ops/buyQuest';
import buySpecialSpell from './ops/buySpecialSpell';
import allocateNow from './ops/allocateNow';
import hatch from './ops/hatch';
import feed from './ops/feed';
import equip from './ops/equip';
api.ops = {
scoreTask,
@@ -119,6 +122,9 @@ api.ops = {
buySpecialSpell,
buyQuest,
allocateNow,
hatch,
feed,
equip,
};
import handleTwoHanded from './fns/handleTwoHanded';