Simplify Nidoran rating description

This commit is contained in:
Kyle Coburn 2015-04-18 19:49:09 -07:00
parent be2ab1a970
commit a1a0a006ac
1 changed files with 3 additions and 11 deletions

View File

@ -582,22 +582,14 @@ strategyFunctions.fightBrock = function()
local superlative
local exclaim = "!"
if statDiff == 0 then
if def == 14 then
superlative = " god"
exclaim = "! Kreygasm"
else
superlative = " perfect"
end
exclaim = "! Kreygasm"
elseif att == 16 and spd == 15 then
if statDiff == 1 then
superlative = " great"
elseif statDiff == 2 then
superlative = " good"
else
superlative = "n okay"
end
elseif statDiff == 1 then
superlative = " good"
end
elseif statDiff <= 3 then
superlative = "n okay"
exclaim = "."