summaryrefslogtreecommitdiff
path: root/npc/functions/legiontalk.txt
diff options
context:
space:
mode:
authorAkko Teru <none@null.nil>2016-07-24 23:43:24 -0500
committerAkko Teru <none@null.nil>2016-07-24 23:43:24 -0500
commitfe0f675b443e148e367f841fe6aa0a2a0a686899 (patch)
tree4dfd65cf1dde3fc33cc3d7a1acfe8f391f3c5a5d /npc/functions/legiontalk.txt
parent71130bdcbb942cf8444b88f3e4487e196b846eed (diff)
downloadserverdata-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.
Diffstat (limited to 'npc/functions/legiontalk.txt')
-rw-r--r--npc/functions/legiontalk.txt12
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;