From f58673797140f8b6b0509fb9d9ee6873e95f3822 Mon Sep 17 00:00:00 2001 From: "Tai @ Flex" Date: Sat, 20 Aug 2016 12:00:03 +0100 Subject: [PATCH] set state to walk --- staves.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/staves.lua b/staves.lua index 699d928..11f1619 100644 --- a/staves.lua +++ b/staves.lua @@ -30,6 +30,7 @@ end -- Staff of X (based on Staff of Light by Xanthin) + minetest.register_tool("vivarium:staff_stack", { -- this will be the wall staff description = "Column Staff", inventory_image = "water_staff.png^[colorize:yellow:90", @@ -47,6 +48,7 @@ minetest.register_tool("vivarium:staff_stack", { -- this will be the wall staff luae.type="npc" luae.attacks_monsters=true + luae.state="walk" end return end