diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-08 18:27:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-08 18:27:48 -0300 |
commit | a1032db85ef3d0e2322031654dc36014e2010fa6 (patch) | |
tree | eece75755294c6bb9cf723c2c06bd4967d9afa88 /npc/081-1/dungeon.txt | |
parent | e7eef0cfe5eb0016717734754684c83658a367ac (diff) | |
download | serverdata-a1032db85ef3d0e2322031654dc36014e2010fa6.tar.gz serverdata-a1032db85ef3d0e2322031654dc36014e2010fa6.tar.bz2 serverdata-a1032db85ef3d0e2322031654dc36014e2010fa6.tar.xz serverdata-a1032db85ef3d0e2322031654dc36014e2010fa6.zip |
Playtested and it works, but Carrot is missing...
Replace Rotonen with Jenalya. Not so sure about 4144, Platyna and o11c, though.
Diffstat (limited to 'npc/081-1/dungeon.txt')
-rw-r--r-- | npc/081-1/dungeon.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/081-1/dungeon.txt b/npc/081-1/dungeon.txt index e90b7324..f996a7ff 100644 --- a/npc/081-1/dungeon.txt +++ b/npc/081-1/dungeon.txt @@ -173,7 +173,7 @@ OnInit: mesq l("ho-hum ho-hum ho-hum, why hello there, %s!", g("Young Heroine", "Young Hero")); next; mesn; - mesq l("Welcome to the %s! Try avoiding the edges of this place, you know, æether all over the place, not really an appealing way to leave this world. Ho! Ho! Ho!", b(l("Frontier of Existence"))); + mesq l("Welcome to the %s! Try avoiding the edges of this place, you know, æther all over the place, not really an appealing way to leave this world. Ho! Ho! Ho!", b(l("Frontier of Existence"))); do { next; @@ -318,6 +318,9 @@ function idiot { } function report { + mesn; + mesq l("Have you found anything, %s?", g("Young Heroine", "Young Hero")); + mes ""; select l("I've found Alissa."); mes ""; |