incorrect check for drop rarity for palms

This commit is contained in:
Vanessa Ezekowitz 2014-01-13 05:22:27 -05:00
parent 61e2c96df7
commit 6498cf5ec0
1 changed files with 1 additions and 1 deletions

View File

@ -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