[Fix] Grammar!!!
This commit is contained in:
parent
de14fa58ea
commit
2d428e83f1
@ -29,7 +29,7 @@ end
|
|||||||
function taunt()
|
function taunt()
|
||||||
num = rng(0,4)
|
num = rng(0,4)
|
||||||
if num == 0 then msg = "How dare you attack me?!"
|
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 == 2 then msg = "JUST! DIE!"
|
||||||
elseif num == 3 then msg = "Ohh, You're not going to enjoy this!"
|
elseif num == 3 then msg = "Ohh, You're not going to enjoy this!"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user