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

This commit is contained in:
Matteo Pagliazzi
2016-04-04 11:46:46 +02:00
6 changed files with 224 additions and 40 deletions

View File

@@ -119,6 +119,7 @@ import purchaseHourglass from './ops/hourglassPurchase';
import readCard from './ops/readCard';
import openMysteryItem from './ops/openMysteryItem';
import releasePets from './ops/releasePets';
import releaseBoth from './ops/releaseBoth';
api.ops = {
scoreTask,
@@ -139,6 +140,7 @@ api.ops = {
readCard,
openMysteryItem,
releasePets,
releaseBoth,
};
import handleTwoHanded from './fns/handleTwoHanded';