diff options
-rw-r--r-- | npc/functions/legiontalk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/legiontalk.txt b/npc/functions/legiontalk.txt index 08e20b2d..3bc4dd30 100644 --- a/npc/functions/legiontalk.txt +++ b/npc/functions/legiontalk.txt @@ -48,7 +48,7 @@ function script legiontalk { npctalk3 lg("Keep moving girl.", "Keep moving boy."); break; case 11: - npctalk3 l("So you think you're tough? A warrior must also be loyal and patient."); + npctalk3 lg("So you think you're tough? A warrior must also be loyal and patient."); break; case 12: emotion E_LOOKAWAY; |