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