Merge branch 'api-v3-ops-release-mounts' of https://github.com/TheHollidayInn/habitrpg into TheHollidayInn-api-v3-ops-release-mounts

This commit is contained in:
Matteo Pagliazzi
2016-04-04 11:49:06 +02:00
6 changed files with 158 additions and 26 deletions

View File

@@ -120,6 +120,7 @@ import readCard from './ops/readCard';
import openMysteryItem from './ops/openMysteryItem';
import releasePets from './ops/releasePets';
import releaseBoth from './ops/releaseBoth';
import releaseMounts from './ops/releaseMounts';
api.ops = {
scoreTask,
@@ -141,6 +142,7 @@ api.ops = {
openMysteryItem,
releasePets,
releaseBoth,
releaseMounts,
};
import handleTwoHanded from './fns/handleTwoHanded';