server/scripts/eressea/rules.lua

9 lines
174 B
Lua
Raw Normal View History

2010-08-08 09:40:42 +02:00
function item_canuse(u, iname)
-- local race = u.race
-- if iname=="greatbow" then
-- -- only elves use greatbow
-- return race=="elf"
-- end
2010-08-08 09:40:42 +02:00
return true
end