forked from mtcontrib/moretrees
incorrect check for drop rarity for palms
This commit is contained in:
parent
61e2c96df7
commit
6498cf5ec0
|
@ -141,7 +141,7 @@ for i in ipairs(moretrees.treelist) do
|
|||
|
||||
local droprarity = 100
|
||||
|
||||
if treename ~= "palm" then
|
||||
if treename == "palm" then
|
||||
droprarity = 20
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user