From 9b45f829061806d3dad775469817a25a6de2fcbf Mon Sep 17 00:00:00 2001 From: Akko Teru Date: Mon, 25 Jul 2016 01:00:45 -0500 Subject: NPC Robin mentions Kaizei (TMW/Evol). --- npc/001-2-4/robin.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2