diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
commit | aed37c0ac8e958e3fcf0683f191443fb33b64e4c (patch) | |
tree | 23294bdfb11714b0f3b7f180aa46aa43c46dcbcc /items/equip-2hand/item588_BastardSword.xml | |
parent | c8535658e7157da988087864f2e88da3ec6c7f7d (diff) | |
parent | 42d0094796abd374147db0ae93fa609fed179532 (diff) | |
download | clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.gz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.bz2 clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.xz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.zip |
Merge pull request #311 from mekolat/gender2
3rd gender, new races
Diffstat (limited to 'items/equip-2hand/item588_BastardSword.xml')
-rw-r--r-- | items/equip-2hand/item588_BastardSword.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-2hand/item588_BastardSword.xml b/items/equip-2hand/item588_BastardSword.xml index f47835fa..368fac95 100644 --- a/items/equip-2hand/item588_BastardSword.xml +++ b/items/equip-2hand/item588_BastardSword.xml @@ -7,7 +7,7 @@ <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 gender="male">equipment/weapons/sword-long-male.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sprite gender="unisex">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> </item> </items> |