[Fix] Grammar!!!

This commit is contained in:
Allanis 2013-02-09 22:26:09 +00:00
parent de14fa58ea
commit 2d428e83f1

View File

@ -29,7 +29,7 @@ end
function taunt()
num = rng(0,4)
if num == 0 then msg = "How dare you attack me?!"
elseif num == 1 then msg = "Aha! You think you can beat ME?!"
elseif num == 1 then msg = "Aha! You think you can best ME?!"
elseif num == 2 then msg = "JUST! DIE!"
elseif num == 3 then msg = "Ohh, You're not going to enjoy this!"
end