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)
|
function item_canuse(u, iname)
|
||||||
local race = u.race
|
-- local race = u.race
|
||||||
if iname=="greatbow" then
|
-- if iname=="greatbow" then
|
||||||
-- only elves use greatbow
|
-- -- only elves use greatbow
|
||||||
return race=="elf"
|
-- return race=="elf"
|
||||||
end
|
-- end
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue