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

This commit is contained in:
Matteo Pagliazzi
2016-04-06 23:24:14 +02:00
7 changed files with 225 additions and 41 deletions

View File

@@ -123,6 +123,7 @@ import releaseBoth from './ops/releaseBoth';
import releaseMounts from './ops/releaseMounts';
import sell from './ops/sell';
import unlock from './ops/unlock';
import revive from './ops/revive';
api.ops = {
scoreTask,
@@ -147,6 +148,7 @@ api.ops = {
releaseMounts,
sell,
unlock,
revive,
};
import handleTwoHanded from './fns/handleTwoHanded';