Module:Monsters: Difference between revisions

m
Fixed getAttackSpeed typo
(time to see what breaks)
m (Fixed getAttackSpeed typo)
Line 158: Line 158:


function p._getMonsterAttackSpeed(monster)
function p._getMonsterAttackSpeed(monster)
   return p._getEquipmentStat(monster, 'attackSpeed') / 1000
   return p.getEquipmentStat(monster, 'attackSpeed') / 1000
end
end