Anonymous

Module:Monsters: Difference between revisions

From Melvor Idle
Fix typo in function name
(Added getMonsterResistance and getMonsterBoxResistenceText)
(Fix typo in function name)
Line 930: Line 930:
end
end


function p.getMonsterBoxResistenceText(frame)
function p.getMonsterBoxResistanceText(frame)
local MonsterName = frame.args ~= nil and frame.args[1] or frame
local MonsterName = frame.args ~= nil and frame.args[1] or frame
local monster = p.getMonster(MonsterName)
local monster = p.getMonster(MonsterName)