892
edits
m (trying to fix) |
(rollback) |
||
Line 244: | Line 244: | ||
if normalChance == 0 then normalMaxHit = 0 end | if normalChance == 0 then normalMaxHit = 0 end | ||
if monster.hasSpecialAttack then | if monster.hasSpecialAttack then | ||
return | return math.max(specialMaxHit, normalMaxHit) | ||
else | else | ||
return math.max(specialMaxHit, normalMaxHit) | return math.max(specialMaxHit, normalMaxHit) |
edits