forked from github/server
great bows should be allowed for all, not just elves
This commit is contained in:
parent
63fdc369f0
commit
320bcb2121
|
@ -1,8 +1,8 @@
|
|||
function item_canuse(u, iname)
|
||||
local race = u.race
|
||||
if iname=="greatbow" then
|
||||
-- only elves use greatbow
|
||||
return race=="elf"
|
||||
end
|
||||
-- local race = u.race
|
||||
-- if iname=="greatbow" then
|
||||
-- -- only elves use greatbow
|
||||
-- return race=="elf"
|
||||
-- end
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue