diff options
Diffstat (limited to 'items/equip-torso/item625_ChainmailShirt.xml')
-rw-r--r-- | items/equip-torso/item625_ChainmailShirt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-torso/item625_ChainmailShirt.xml b/items/equip-torso/item625_ChainmailShirt.xml index 732dc351..491ddef2 100644 --- a/items/equip-torso/item625_ChainmailShirt.xml +++ b/items/equip-torso/item625_ChainmailShirt.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="625" image="equipment/chest/chainmail.png" name="Chainmail Shirt" description="A shirt made of chains. It weighs a lot but offers excellent protection." effect="M. Attack -120" type="equip-torso" weight="800" defense="20"> + <item id="625" image="equipment/chest/chainmail.png" name="Chainmail Shirt" description="A shirt made of chains. It weighs a lot but offers excellent protection." mattack="-120" type="equip-torso" weight="800" defense="20"> <sprite gender="unisex">equipment/chest/chainmail.xml</sprite> <sprite gender="female">equipment/chest/chainmail-female.xml</sprite> </item> |