mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 10:42:23 +00:00
Remove unused module
This commit is contained in:
parent
43fbe23b05
commit
8bc70150c2
4 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import {setGearSetDefaults} from '../../helpers';
|
||||
import events from '../../events';
|
||||
|
||||
let armor = {
|
||||
1: { con: 6, value: 30 },
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import {setGearSetDefaults} from '../../helpers';
|
||||
import events from '../../events';
|
||||
|
||||
let armor = {
|
||||
1: { per: 6, value: 30 },
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import {setGearSetDefaults} from '../../helpers';
|
||||
import events from '../../events';
|
||||
|
||||
let armor = {
|
||||
1: { con: 3, value: 30 },
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import {setGearSetDefaults} from '../../helpers';
|
||||
import events from '../../events';
|
||||
|
||||
let armor = {
|
||||
1: { int: 2, value: 30 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue