set state to walk

This commit is contained in:
Tai @ Flex 2016-08-20 12:00:03 +01:00
parent 0189e8dda7
commit f586737971

View File

@ -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