mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-06-30 15:10:51 +02:00
incorrect check for drop rarity for palms
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user