diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-01-22 19:55:23 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-01-22 19:55:23 -0500 |
commit | c26eab1e145963047a20c25e30dc6f573c7eb6f5 (patch) | |
tree | 3612a6f053ac9f6d01ccae11148304bfe7d952c8 /items/equip-head | |
parent | 87269482cd278abc8cf8b8097bb600278eb1e672 (diff) | |
download | clientdata-c26eab1e145963047a20c25e30dc6f573c7eb6f5.tar.gz clientdata-c26eab1e145963047a20c25e30dc6f573c7eb6f5.tar.bz2 clientdata-c26eab1e145963047a20c25e30dc6f573c7eb6f5.tar.xz clientdata-c26eab1e145963047a20c25e30dc6f573c7eb6f5.zip |
fix a few issues with SmokingPipe
Diffstat (limited to 'items/equip-head')
-rw-r--r-- | items/equip-head/item5201_Pipe.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-head/item5201_Pipe.xml b/items/equip-head/item5201_Pipe.xml index c8aea1fa..3d23cc26 100644 --- a/items/equip-head/item5201_Pipe.xml +++ b/items/equip-head/item5201_Pipe.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="5201" image="equipment/head/pipe.png" name="Pipe" description="" criticalattack="20" type="equip-head" defense="2" dex="1" luk="1" weight="20" sellProtected="true"> + <item id="5201" image="equipment/head/pipe.png" name="Smoking Pipe" description="" criticalattack="20" type="equip-head" defense="2" dex="1" luk="1" weight="20" sellProtected="true"> <sprite gender="unisex">equipment/head/pipe.xml</sprite> </item> </items> |