mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Correct gear sets
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import {translator as t} from '../helpers';
|
||||
import events from '../events';
|
||||
|
||||
import {back as baseBody} from './sets/base';
|
||||
import {body as baseBody} from './sets/base';
|
||||
|
||||
import {back as specialBody} from './sets/special';
|
||||
import {body as specialBody} from './sets/special';
|
||||
|
||||
let body = {
|
||||
base: baseBody,
|
||||
|
||||
@@ -72,6 +72,7 @@ let weapon = {
|
||||
|
||||
let mysterySet = {
|
||||
armor: armor,
|
||||
back: back,
|
||||
eyewear: eyewear,
|
||||
head: head,
|
||||
headAccessory: headAccessory,
|
||||
|
||||
Reference in New Issue
Block a user