diff options
Diffstat (limited to 'items/equip-2hand/item588_BastardSword.xml')
-rw-r--r-- | items/equip-2hand/item588_BastardSword.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-2hand/item588_BastardSword.xml b/items/equip-2hand/item588_BastardSword.xml index 0d124cec..81734b9a 100644 --- a/items/equip-2hand/item588_BastardSword.xml +++ b/items/equip-2hand/item588_BastardSword.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="588" image="equipment/weapon/sword-bastardsword.png" name="Bastard Sword" description="A large two handed sword." effect="Damage +?" type="equip-2hand" attack-action="attack_2hand" attack-range="2" weight="10"> - <sprite>equipment/weapons/sword-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sprite gender="female">equipment/weapons/sword-long-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sprite gender="male">equipment/weapons/sword-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sprite gender="other">equipment/weapons/sword-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> </item> </items> |