diff options
Diffstat (limited to 'items/equip-head/item4042_Rednose.xml')
-rw-r--r-- | items/equip-head/item4042_Rednose.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-head/item4042_Rednose.xml b/items/equip-head/item4042_Rednose.xml index ada2ac46..d7c7a945 100644 --- a/items/equip-head/item4042_Rednose.xml +++ b/items/equip-head/item4042_Rednose.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="4042" image="equipment/head/rednose.png" name="Rednose" description="A funny red nose. You look like a Christmas reinboo with it!" effect="M. Attack +7" type="equip-head" weight="4" defense="2" sellProtected="true"> - <sprite>equipment/head/rednose.xml</sprite> + <sprite gender="female">equipment/head/rednose-female.xml</sprite> + <sprite gender="male">equipment/head/rednose.xml</sprite> + <sprite gender="other">equipment/head/rednose.xml</sprite> </item> </items> |