892
edits
m (added fragments) |
m (typo) |
||
Line 83: | Line 83: | ||
table.insert(rowTxt, bones.prayerPoints) | table.insert(rowTxt, bones.prayerPoints) | ||
table.insert(rowTxt, | table.insert(rowTxt, tostring(false)) | ||
table.insert(rowTxt, | table.insert(rowTxt, tostring(0)) | ||
elseif bones ~= nil and monster.boneQty then | elseif bones ~= nil and monster.boneQty then | ||
table.insert(rowTxt, tostring(false)) | table.insert(rowTxt, tostring(false)) |
edits