diff options
Diffstat (limited to 'config/items.xml')
-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) |