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-head/item1218_PaperBag.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-head/item1218_PaperBag.xml')
-rw-r--r-- | items/equip-head/item1218_PaperBag.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/items/equip-head/item1218_PaperBag.xml b/items/equip-head/item1218_PaperBag.xml index 5b70a738..57b4f368 100644 --- a/items/equip-head/item1218_PaperBag.xml +++ b/items/equip-head/item1218_PaperBag.xml @@ -7,20 +7,10 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="1218" image="equipment/head/paperbag.png" name="Paper Bag" description="A paper bag with eye holes." effect="M. Attack -1" type="equip-head" defense="1" agi="-1" weight="10" sellProtected="true"> - <sprite gender="male">equipment/head/paperbag-male.xml</sprite> + <sprite gender="unisex">equipment/head/paperbag.xml</sprite> <sprite gender="female">equipment/head/paperbag-female.xml</sprite> <replace sprite="hair"> - <item from="-3"/> - <item from="-4"/> - <item from="-5"/> - <item from="-9"/> - <item from="-11"/> - <item from="-12"/> - <item from="-13"/> - <item from="-14"/> - <item from="-15"/> - <item from="-17"/> - <item from="-18"/> + <item to="-1"/> </replace> </item> </items> |