diff options
Diffstat (limited to 'items/equip-head/item675_GraduationCap.xml')
-rw-r--r-- | items/equip-head/item675_GraduationCap.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-head/item675_GraduationCap.xml b/items/equip-head/item675_GraduationCap.xml index ab21b69e..5342d11e 100644 --- a/items/equip-head/item675_GraduationCap.xml +++ b/items/equip-head/item675_GraduationCap.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="675" image="equipment/head/gradcap.png" name="Graduation Cap" description="A traditional cap which a university student may wear upon graduating." type="equip-head" defense="2" weight="20"> - <sprite>equipment/head/gradcap.xml</sprite> + <sprite gender="female">equipment/head/gradcap-female.xml</sprite> + <sprite gender="male">equipment/head/gradcap.xml</sprite> + <sprite gender="other">equipment/head/gradcap.xml</sprite> </item> </items> |