incorrect check for drop rarity for palms
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Mon, 13 Jan 2014 10:22:27 +0000 (05:22 -0500)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Mon, 13 Jan 2014 10:22:27 +0000 (05:22 -0500)
node_defs.lua

index afa43566689c7b8eddc4b547959c912f89bb4c32..271b771fccb21ad158447cc4295b0a1898a713fd 100644 (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