diff options
Diffstat (limited to 'items/equip-head/item5130_Phylactery.xml')
-rw-r--r-- | items/equip-head/item5130_Phylactery.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-head/item5130_Phylactery.xml b/items/equip-head/item5130_Phylactery.xml index c6e83ce0..1c431715 100644 --- a/items/equip-head/item5130_Phylactery.xml +++ b/items/equip-head/item5130_Phylactery.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="5130" image="equipment/head/phylactery.png" name="Phylactery" description="This phylactery glows with power" effect="M. Attack +5 / Cast Speed +10% / -1/2 Dex" type="equip-head" defense="1" weight="20" sellProtected="true"> - <sprite>equipment/head/phylactery.xml</sprite> + <sprite gender="female">equipment/head/phylactery-female.xml</sprite> + <sprite gender="male">equipment/head/phylactery.xml</sprite> + <sprite gender="other">equipment/head/phylactery.xml</sprite> </item> </items> |