Remove unused module

This commit is contained in:
Blade Barringer
2015-09-27 09:54:37 -05:00
parent 43fbe23b05
commit 8bc70150c2
4 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import {setGearSetDefaults} from '../../helpers';
import events from '../../events';
let armor = {
1: { con: 6, value: 30 },

View File

@@ -1,5 +1,4 @@
import {setGearSetDefaults} from '../../helpers';
import events from '../../events';
let armor = {
1: { per: 6, value: 30 },

View File

@@ -1,5 +1,4 @@
import {setGearSetDefaults} from '../../helpers';
import events from '../../events';
let armor = {
1: { con: 3, value: 30 },

View File

@@ -1,5 +1,4 @@
import {setGearSetDefaults} from '../../helpers';
import events from '../../events';
let armor = {
1: { int: 2, value: 30 },