Module:Mazunki/Monsters: Difference between revisions

m
no edit summary
m (missed column)
mNo edit summary
Line 84: Line 84:
table.insert(rowTxt, bones.prayerPoints)
table.insert(rowTxt, bones.prayerPoints)
table.insert(rowTxt, tostring(nil))
table.insert(rowTxt, "")
table.insert(rowTxt, tostring(0))
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))
table.insert(rowTxt, tostring(nil))
table.insert(rowTxt, "")
table.insert(rowTxt, tostring(0))
table.insert(rowTxt, tostring(0))
Line 97: Line 97:
table.insert(rowTxt, tostring(false))
table.insert(rowTxt, tostring(false))
table.insert(rowTxt, tostring(nil))
table.insert(rowTxt, "")
table.insert(rowTxt, tostring(0))
table.insert(rowTxt, tostring(0))
table.insert(rowTxt, tostring(nil))
table.insert(rowTxt, "")
table.insert(rowTxt, tostring(0))
table.insert(rowTxt, tostring(0))
end
end
892

edits