set state to walk
This commit is contained in:
parent
0189e8dda7
commit
f586737971
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user