Anonymous

Module:Monsters: Difference between revisions

From Melvor Idle
_getMonsterBaseMaxHit: Fix typo
(added p.getDungeonTotalHp(), with args = { dungeonName })
(_getMonsterBaseMaxHit: Fix typo)
Line 475: Line 475:
     if val > max then max = val end
     if val > max then max = val end
     end
     end
     result = maxg
     result = max
   else
   else
     return "ERROR: This monster has an invalid attack type somehow[[Category:Pages with script errors]]"
     return "ERROR: This monster has an invalid attack type somehow[[Category:Pages with script errors]]"