mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Remove unused module
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import {setGearSetDefaults} from '../../helpers';
|
import {setGearSetDefaults} from '../../helpers';
|
||||||
import events from '../../events';
|
|
||||||
|
|
||||||
let armor = {
|
let armor = {
|
||||||
1: { con: 6, value: 30 },
|
1: { con: 6, value: 30 },
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import {setGearSetDefaults} from '../../helpers';
|
import {setGearSetDefaults} from '../../helpers';
|
||||||
import events from '../../events';
|
|
||||||
|
|
||||||
let armor = {
|
let armor = {
|
||||||
1: { per: 6, value: 30 },
|
1: { per: 6, value: 30 },
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import {setGearSetDefaults} from '../../helpers';
|
import {setGearSetDefaults} from '../../helpers';
|
||||||
import events from '../../events';
|
|
||||||
|
|
||||||
let armor = {
|
let armor = {
|
||||||
1: { con: 3, value: 30 },
|
1: { con: 3, value: 30 },
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import {setGearSetDefaults} from '../../helpers';
|
import {setGearSetDefaults} from '../../helpers';
|
||||||
import events from '../../events';
|
|
||||||
|
|
||||||
let armor = {
|
let armor = {
|
||||||
1: { int: 2, value: 30 },
|
1: { int: 2, value: 30 },
|
||||||
|
|||||||
Reference in New Issue
Block a user