diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-08-08 19:06:29 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-08-08 19:06:29 +0200 |
commit | 8ea011c59ce8171f9cec08e4444302e385d135be (patch) | |
tree | 29f214af93a26a6a215f83692ab1708b03ffa2d4 | |
parent | 57af0ab83ada48afd5b71ae4efcfb6edd43e99b4 (diff) | |
download | serverdata-8ea011c59ce8171f9cec08e4444302e385d135be.tar.gz serverdata-8ea011c59ce8171f9cec08e4444302e385d135be.tar.bz2 serverdata-8ea011c59ce8171f9cec08e4444302e385d135be.tar.xz serverdata-8ea011c59ce8171f9cec08e4444302e385d135be.zip |
Missing male/female option in legiontalk script.
-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; |