diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-01-17 19:31:51 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-01-17 19:31:51 -0500 |
commit | 21a6eaefc5fedc407ab7bf8620584eff3a4bcfb0 (patch) | |
tree | b65452db62dc49fed701c868671483d1f6167bc0 /npc | |
parent | f2f5ef6f1ef56b98dac5bba614138482db6a6b2c (diff) | |
download | serverdata-21a6eaefc5fedc407ab7bf8620584eff3a4bcfb0.tar.gz serverdata-21a6eaefc5fedc407ab7bf8620584eff3a4bcfb0.tar.bz2 serverdata-21a6eaefc5fedc407ab7bf8620584eff3a4bcfb0.tar.xz serverdata-21a6eaefc5fedc407ab7bf8620584eff3a4bcfb0.zip |
add an empty line in the fishing guide book
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-4/books.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-2-4/books.txt b/npc/001-2-4/books.txt index 3af51472..4f5db15b 100644 --- a/npc/001-2-4/books.txt +++ b/npc/001-2-4/books.txt @@ -33,6 +33,8 @@ OnInit: narrator 8, l("Please select a chapter:"); + mes ""; + select rif(@menu == 1, "► ") + l("Ch 1 — Fishing apparatus"), rif(@menu == 2, "► ") + l("Ch 2 — Baits"), |