mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Merge branch 'develop' into HabitRPG-sabrecat/backgrounds-201510
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import events from '../events';
|
||||
|
||||
import {armor as baseArmor} from './sets/base';
|
||||
|
||||
import {armor as warriorArmor} from './sets/warrior';
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import events from '../events';
|
||||
|
||||
import {back as baseBack} from './sets/base';
|
||||
|
||||
import {back as mysteryBack} from './sets/mystery';
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import events from '../events';
|
||||
|
||||
import {body as baseBody} from './sets/base';
|
||||
|
||||
import {body as specialBody} from './sets/special';
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import events from '../events';
|
||||
|
||||
import {eyewear as baseEyewear} from './sets/base';
|
||||
|
||||
import {eyewear as armoireEyewear} from './sets/armoire';
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import events from '../events';
|
||||
|
||||
import {headAccessory as baseHeadAccessory} from './sets/base';
|
||||
|
||||
import {headAccessory as specialHeadAccessory} from './sets/special';
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import events from '../events';
|
||||
|
||||
import {base as baseHead} from './sets/base';
|
||||
import {head as baseHead} from './sets/base';
|
||||
|
||||
import {head as healerHead} from './sets/healer';
|
||||
import {head as rogueHead} from './sets/rogue';
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import {each, defaults} from 'lodash';
|
||||
import moment from 'moment';
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import {cloneDeep} from 'lodash';
|
||||
import events from '../events';
|
||||
|
||||
import {base as baseShield} from './sets/base';
|
||||
import {shield as baseShield} from './sets/base';
|
||||
|
||||
import {shield as healerShield} from './sets/healer';
|
||||
import {weapon as rogueWeapon} from './sets/rogue';
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import events from '../events';
|
||||
|
||||
import {base as baseWeapon} from './sets/base';
|
||||
import {weapon as baseWeapon} from './sets/base';
|
||||
|
||||
import {weapon as healerWeapon} from './sets/healer';
|
||||
import {weapon as rogueWeapon} from './sets/rogue';
|
||||
|
||||
Reference in New Issue
Block a user