mailarmor bugfix

This commit is contained in:
Tyler Renelle 2012-07-08 17:59:05 -04:00
parent b38da2803d
commit 15dcee0f89

View file

@ -127,7 +127,7 @@ module.exports = {
armor: [ armor: [
{text: "Cloth Armor", icon: 'item-clotharmor', notes:'', value:0} {text: "Cloth Armor", icon: 'item-clotharmor', notes:'', value:0}
{text: "Leather Armor", icon: 'item-leatherarmor', notes:'', value:100} {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: "Plate Mail", icon: 'item-platearmor', notes:'', value:200}
{text: "Red Armor", icon: 'item-redarmor', notes:'', value:200} {text: "Red Armor", icon: 'item-redarmor', notes:'', value:200}
{text: "Golden Armor", icon: 'item-goldenarmor', notes:'', value:200} {text: "Golden Armor", icon: 'item-goldenarmor', notes:'', value:200}