diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-26 15:54:44 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-26 15:54:44 -0400 |
commit | 3ef0e74749373d4cfa2a9f8cda9b536b77d8b4cd (patch) | |
tree | ce5d7d350aab71114024d6add712df38928e2004 /config | |
parent | f785f17cdb286449e8d98be747213740172629c5 (diff) |
fight stuff
Diffstat (limited to 'config')
-rw-r--r-- | config/items.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/items.xml b/config/items.xml index a70996a..c613c4e 100644 --- a/config/items.xml +++ b/config/items.xml @@ -36,7 +36,7 @@ end </attack> </item> -<item name="Hunters Bow" type="Bow" drawOffset="5,16" maxStackSize="1" sprite="assets/items/bow.png" cooldown="600"> +<item name="Hunters Bow" type="Bow" drawOffset="5,16" maxStackSize="1" sound="assets/sounds/shortSwing.wav" sprite="assets/items/bow.png" cooldown="600"> <attack effect="assets/effects/starAttack.gif"> effect = function() flash(255, 0, 255) |