summaryrefslogtreecommitdiff
path: root/npc/001-2-4
diff options
context:
space:
mode:
authorAkko Teru <none@null.nil>2016-07-25 01:00:45 -0500
committerAkko Teru <none@null.nil>2016-07-25 01:00:45 -0500
commit9b45f829061806d3dad775469817a25a6de2fcbf (patch)
treede5e1271dafc63149a8f98c64a49b9bf75a58899 /npc/001-2-4
parentfe0f675b443e148e367f841fe6aa0a2a0a686899 (diff)
downloadserverdata-9b45f829061806d3dad775469817a25a6de2fcbf.tar.gz
serverdata-9b45f829061806d3dad775469817a25a6de2fcbf.tar.bz2
serverdata-9b45f829061806d3dad775469817a25a6de2fcbf.tar.xz
serverdata-9b45f829061806d3dad775469817a25a6de2fcbf.zip
NPC Robin mentions Kaizei (TMW/Evol).
Diffstat (limited to 'npc/001-2-4')
-rw-r--r--npc/001-2-4/robin.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/001-2-4/robin.txt b/npc/001-2-4/robin.txt
index 2457e5bc..8e085d45 100644
--- a/npc/001-2-4/robin.txt
+++ b/npc/001-2-4/robin.txt
@@ -46,7 +46,14 @@
return;
}
- switch (rand(4))
+ function kaizei_manuscripts
+ {
+ npctalkonce l("An explorer left behind some incomplete manuscripts about the people and dangers in the land of Kaizei.");
+
+ return;
+ }
+
+ switch (rand(5))
{
case 0:
no_matter_what();
@@ -58,6 +65,9 @@
outside_inside();
break;
case 3:
+ kaizei_manuscripts();
+ break;
+ case 4:
need_help();
break;
}