diff options
author | wushin <pasekei@gmail.com> | 2014-06-15 17:34:46 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-06-15 17:34:46 -0500 |
commit | aa8b8e96946a4bb880031b152e465958aafc0d67 (patch) | |
tree | 1f26b1d727ba77e4eb034510c5d34a93a368f6d9 | |
parent | b47b38dd4d173db29cc7c21e09a985c5db528aee (diff) | |
parent | 0fc0e95db360ebd64126dfd6f784c1ceba03a4e0 (diff) | |
download | clientdata-aa8b8e96946a4bb880031b152e465958aafc0d67.tar.gz clientdata-aa8b8e96946a4bb880031b152e465958aafc0d67.tar.bz2 clientdata-aa8b8e96946a4bb880031b152e465958aafc0d67.tar.xz clientdata-aa8b8e96946a4bb880031b152e465958aafc0d67.zip |
Merge pull request #105 from Cassy1/towel-cooldown-fix
fixes #103
-rw-r--r-- | items.xml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -3151,14 +3151,14 @@ name="Hitchhiker's Towel" description="An inconspicuous towel." type="usable" - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" weight="20" sellProtected="true"/> <item id="809" image="use/others/warp-towel.png|W:#5e7480,f1ffff,ffffff" name="White Hitchhiker's Towel" description="An inconspicuous white towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3166,7 +3166,7 @@ image="use/others/warp-towel.png|W:#581a1a,a41111,c03a3a,ff6060" name="Red Hitchhiker's Towel" description="An inconspicuous red towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3174,7 +3174,7 @@ image="use/others/warp-towel.png|W:#1f9c1f,89d689" name="Green Hitchhiker's Towel" description="An inconspicuous green towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3182,7 +3182,7 @@ 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: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3190,7 +3190,7 @@ image="use/others/warp-towel.png|W:#ccb534,f1ea8e,ffffaa" name="Yellow Hitchhiker's Towel" description="An inconspicuous yellow towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3198,7 +3198,7 @@ image="use/others/warp-towel.png|W:#530a7c,b362e1,ca87ef" name="Purple Hitchhiker's Towel" description="An inconspicuous purple towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3206,7 +3206,7 @@ image="use/others/warp-towel.png|W:#80280f,b04810,ef681f,ffb830" name="Orange Hitchhiker's Towel" description="An inconspicuous orange towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3214,7 +3214,7 @@ image="use/others/warp-towel.png|W:#bf369b,f25cb1,ff87b7,ffcccf" name="Pink Hitchhiker's Towel" description="An inconspicuous pink towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3222,7 +3222,7 @@ image="use/others/warp-towel.png|W:#4ee2ec" name="Teal Hitchhiker's Towel" description="An inconspicuous teal towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> @@ -3230,7 +3230,7 @@ image="use/others/warp-towel.png|W:#41a317" name="Lime Hitchhiker's Towel" description="An inconspicuous lime towel." - effect="A strange way of travelling. Cooldown: 15 minutes" + effect="A strange way of travelling. Cooldown: 30 minutes" type="usable" weight="30" sellProtected="true"/> |