Module:Monsters: Difference between revisions

fuckin' spiders man
(Formatting fix)
(fuckin' spiders man)
Line 601: Line 601:
     if monster.id ~= lastID or i == Shared.tableCount(monsterList) then
     if monster.id ~= lastID or i == Shared.tableCount(monsterList) then
       if lastMonster ~= nil then
       if lastMonster ~= nil then
        local name = lastMonster.name
        if lastMonster.id == 51 then name = 'Spider2' end
         table.insert(monsterList, Icons.Icon({lastMonster.name, type='monster'})..' x'..count)
         table.insert(monsterList, Icons.Icon({lastMonster.name, type='monster'})..' x'..count)
       end
       end