diff --git a/scripts/ai/pirate.lua b/scripts/ai/pirate.lua index 6ac186e..3d2d199 100644 --- a/scripts/ai/pirate.lua +++ b/scripts/ai/pirate.lua @@ -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