4,951
edits
Falterfire (talk | contribs) (Tweaked monster drops slightly to show Shards and hide boss drops) |
Falterfire (talk | contribs) (Added 'none' for when a monster has no drops) |
||
Line 431: | Line 431: | ||
end | end | ||
--If no other drops, make sure to at least say so. | |||
if result == '' then result = 'None' end | |||
return result | return result | ||
end | end |