17,030
edits
No edit summary |
(Better handling for abyss depths) |
||
Line 1,293: | Line 1,293: | ||
end | end | ||
if area.type == 'dungeon' then | if area.type == 'dungeon' or area.type == 'abyssDepth' then | ||
return p.getDungeonMonsterTable(frame) | return p.getDungeonMonsterTable(frame) | ||
end | end | ||
Line 1,559: | Line 1,559: | ||
end | end | ||
if area.type == 'dungeon' then | if area.type == 'dungeon' or area.type == 'abyssDepth' then | ||
return p._getDungeonMonsterList(area) | return p._getDungeonMonsterList(area) | ||
else | else |