4,951
edits
Falterfire (talk | contribs) (changed a couple field names) |
Falterfire (talk | contribs) (Fixed not reporting bone QTY back properly) |
||
Line 963: | Line 963: | ||
chance = 1 | chance = 1 | ||
weight = 1 | weight = 1 | ||
if monster. | if monster.boneQty ~= nil then | ||
minQty = monster. | minQty = monster.boneQty | ||
maxQty = monster. | maxQty = monster.boneQty | ||
end | end | ||
elseif monster.lootTable ~= nil then | elseif monster.lootTable ~= nil then |