summaryrefslogtreecommitdiff
path: root/castle/crossbow.lua
diff options
context:
space:
mode:
Diffstat (limited to 'castle/crossbow.lua')
-rw-r--r--castle/crossbow.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/castle/crossbow.lua b/castle/crossbow.lua
index f0ecda4..43f033d 100644
--- a/castle/crossbow.lua
+++ b/castle/crossbow.lua
@@ -27,7 +27,7 @@ end
minetest.register_tool("castle:crossbow", {
description = "Crossbow",
inventory_image = "castle_crossbow.png",
- stack_max = 1,
+ stack_max = 1,
on_use = function(itemstack, user, pointed_thing)
if castle_shoot_arrow(item, user, pointed_thing) then
if not minetest.setting_getbool("creative_mode") then