actually return the value

master
Tai @ Flex 2016-08-26 12:42:07 +01:00
parent cfb5b63bb6
commit f13e9a8691
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function nssm:virulence(mobe)
if not nssm.lessvirulent then
return 0
end
local chance = math.ceil(100 / mobe.hp_max)
return math.ceil(100 / mobe.hp_max)
end
function nssm:affectbones(mobe) -- as function for adaptable heuristic