mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
mailarmor bugfix
This commit is contained in:
parent
b38da2803d
commit
15dcee0f89
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ module.exports = {
|
|||
armor: [
|
||||
{text: "Cloth Armor", icon: 'item-clotharmor', notes:'', value:0}
|
||||
{text: "Leather Armor", icon: 'item-leatherarmor', notes:'', value:100}
|
||||
{text: "Chain Mail", icon: 'item-chainarmor', notes:'', value:200}
|
||||
{text: "Chain Mail", icon: 'item-mailarmor', notes:'', value:200}
|
||||
{text: "Plate Mail", icon: 'item-platearmor', notes:'', value:200}
|
||||
{text: "Red Armor", icon: 'item-redarmor', notes:'', value:200}
|
||||
{text: "Golden Armor", icon: 'item-goldenarmor', notes:'', value:200}
|
||||
|
|
|
|||
Loading…
Reference in a new issue