diff options
author | Akko Teru <none@null.nil> | 2016-07-24 23:43:24 -0500 |
---|---|---|
committer | Akko Teru <none@null.nil> | 2016-07-24 23:43:24 -0500 |
commit | fe0f675b443e148e367f841fe6aa0a2a0a686899 (patch) | |
tree | 4dfd65cf1dde3fc33cc3d7a1acfe8f391f3c5a5d | |
parent | 71130bdcbb942cf8444b88f3e4487e196b846eed (diff) | |
download | serverdata-fe0f675b443e148e367f841fe6aa0a2a0a686899.tar.gz serverdata-fe0f675b443e148e367f841fe6aa0a2a0a686899.tar.bz2 serverdata-fe0f675b443e148e367f841fe6aa0a2a0a686899.tar.xz serverdata-fe0f675b443e148e367f841fe6aa0a2a0a686899.zip |
A warrior is not always too tense to say some advice.
-rw-r--r-- | npc/functions/legiontalk.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/npc/functions/legiontalk.txt b/npc/functions/legiontalk.txt index b1d6df61..08e20b2d 100644 --- a/npc/functions/legiontalk.txt +++ b/npc/functions/legiontalk.txt @@ -8,7 +8,7 @@ function script legiontalk { - switch (rand(13)) + switch (rand(15)) { case 0: npctalk3 l("Do I look like a tree? I feel like one."); @@ -24,7 +24,7 @@ function script legiontalk { npctalk3 l("Not in the mood to chat."); break; case 3: - npctalk3 l("Move kid."); + npctalk3 l("My breath smells bad."); break; case 4: npctalk3 l("Don't distract me, I have to stay alert."); @@ -48,11 +48,17 @@ function script legiontalk { npctalk3 lg("Keep moving girl.", "Keep moving boy."); break; case 11: - npctalk3 l("Out of my way."); + npctalk3 l("So you think you're tough? A warrior must also be loyal and patient."); break; case 12: emotion E_LOOKAWAY; break; + case 13: + npctalk3 l("Practice! There are no secrets to becoming a warrior."); + break; + case 14: + npctalk3 l("There is no honor in fighting a weak opponent."); + break; } return; |