From dff621732099934ba5aba09c6b5c3df87b9858b5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 20 Oct 2017 10:30:53 -0400 Subject: bow/arrow updates, food --- config/items.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/items.xml b/config/items.xml index 574ddda..a70996a 100644 --- a/config/items.xml +++ b/config/items.xml @@ -10,15 +10,15 @@ - + - - + + i = 1 effect = function() @@ -27,7 +27,7 @@ end hit = function() - if (i < 30) then + if (i < 80) then xrange = i i = i + 1 else @@ -36,7 +36,7 @@ end - + effect = function() flash(255, 0, 255) -- cgit v1.2.3