summaryrefslogtreecommitdiff
path: root/example/scripts/items
diff options
context:
space:
mode:
Diffstat (limited to 'example/scripts/items')
-rw-r--r--example/scripts/items/candy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/scripts/items/candy.lua b/example/scripts/items/candy.lua
index a740ce6a..5ab7c9a4 100644
--- a/example/scripts/items/candy.lua
+++ b/example/scripts/items/candy.lua
@@ -12,6 +12,6 @@
-- under the terms of the GNU General Public License as published by the Free --
-- Software Foundation; either version 2 of the License, or any later version. --
----------------------------------------------------------------------------------
-function use(user)
+function use_candy(user)
mana.being_say(user, "*munch*munch*munch*")
end