diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:49:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:49:06 -0300 |
commit | bff2c66d48756977ac3e9fbd36b9cd76f8b0a40e (patch) | |
tree | 053ad4b933731a536c7f31bf26c182f90ea66262 /npc/017-10 | |
parent | f48ecf62045669a4e8c5ca187bb30d5ea25b2033 (diff) | |
download | serverdata-bff2c66d48756977ac3e9fbd36b9cd76f8b0a40e.tar.gz serverdata-bff2c66d48756977ac3e9fbd36b9cd76f8b0a40e.tar.bz2 serverdata-bff2c66d48756977ac3e9fbd36b9cd76f8b0a40e.tar.xz serverdata-bff2c66d48756977ac3e9fbd36b9cd76f8b0a40e.zip |
Some really noob typos and mistakes - It is 04:49 after all
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/kenton.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/017-10/kenton.txt b/npc/017-10/kenton.txt index c1e8c90ea..284b445d7 100644 --- a/npc/017-10/kenton.txt +++ b/npc/017-10/kenton.txt @@ -147,6 +147,7 @@ break; // Barbara Quest was complete and solution was marked in BARBARA_STATE case 19: + next; mesn; mesq l("So, where we were again... Oh right, travel to world edge, look for family or whatever, right?"); next; @@ -169,26 +170,25 @@ mesq l("By the way , it is done already. You took a long time, you know? Also, we're talking about Pihro and Pyndragon."); next; mesn; - mesq l("Besides, the Alliance High Council had plans for an expedition on the Fortress Island, but had no personal to do it."); + mesq l("Besides, the Alliance High Council had plans for an expedition on the Fortress Island, but had no personel to do it."); next; mesn; - mesq l("Yes, you are now personal! Doesn't it feels exciting? Please tell me it does, I have nothing else to convince you to go otherwise."); + mesq l("Yes, you are now personel! Doesn't it feels exciting? Please tell me it does, I have nothing else to convince you to go otherwise."); next; mesn; mesq l("The Fortress Island is a terribly dangerous place, so the Alliance sent a scout party beforehand, and set up a tower in front of an... erm... Very disturbing walled place we found."); next; mesn; mesq l("Now go and save the world or something like that. I mean, it is not like I really cared with the world, anyway... With luck you'll even find what you are looking for."); - next; setq General_Narrator, 20; // FALLTHROUGH case 20: case 21: + next; setcamnpc "#ToFortress"; mesn; mesq l("Just go over there and you'll be able to board the Airship. The travel takes a while so please be patient and good luck!"); - next; - setcamnpc; + restorecam; // TODO: Maybe investigate & report to Tulimshar Magic Council? break; } |