diff --git a/ai/strategies.lua b/ai/strategies.lua index a48f739..58529ea 100644 --- a/ai/strategies.lua +++ b/ai/strategies.lua @@ -1159,7 +1159,7 @@ strategyFunctions = { elseif statDiff == 2 then superlative = " good" else - superlative = " okay" + superlative = "n okay" end elseif statDiff == 1 then superlative = " good"