Merge pull request #9 from KriPet/patch-1

Fix grammar for article "an" with superlative "okay"
This commit is contained in:
kyle 2015-04-09 01:53:20 -07:00
commit 174b07cc7c
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ strategyFunctions = {
elseif statDiff == 2 then
superlative = " good"
else
superlative = " okay"
superlative = "n okay"
end
elseif statDiff == 1 then
superlative = " good"