diff options
author | wushin <pasekei@gmail.com> | 2016-02-11 11:49:31 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-02-11 11:49:31 -0600 |
commit | 4a19f7d370abc92ed6df1766e8eec1f3b3931367 (patch) | |
tree | b4629a1c9596371d7e20392bf7df069bab34b694 /items/usable/item812_BlueHitchhikersTowel.xml | |
parent | aed37c0ac8e958e3fcf0683f191443fb33b64e4c (diff) | |
download | clientdata-4a19f7d370abc92ed6df1766e8eec1f3b3931367.tar.gz clientdata-4a19f7d370abc92ed6df1766e8eec1f3b3931367.tar.bz2 clientdata-4a19f7d370abc92ed6df1766e8eec1f3b3931367.tar.xz clientdata-4a19f7d370abc92ed6df1766e8eec1f3b3931367.zip |
Adjust towels to use new cooldown time
Diffstat (limited to 'items/usable/item812_BlueHitchhikersTowel.xml')
-rw-r--r-- | items/usable/item812_BlueHitchhikersTowel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/usable/item812_BlueHitchhikersTowel.xml b/items/usable/item812_BlueHitchhikersTowel.xml index a1b7bb46..2f09a60f 100644 --- a/items/usable/item812_BlueHitchhikersTowel.xml +++ b/items/usable/item812_BlueHitchhikersTowel.xml @@ -6,5 +6,5 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="812" image="use/others/warp-towel.png|W:#4b4bbd,888af4" name="Blue Hitchhiker's Towel" description="An inconspicuous blue towel." effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> + <item id="812" image="use/others/warp-towel.png|W:#4b4bbd,888af4" name="Blue Hitchhiker's Towel" description="An inconspicuous blue towel." effect="A strange way of travelling. Cooldown: 20 minutes" type="usable" weight="30" sellProtected="true"/> </items> |