diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-04-30 05:11:51 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-05-20 15:34:24 -0300 |
commit | 3fe093eb265e4501120b81d27315f46b468e1503 (patch) | |
tree | df7660e9d778ec7b9624e62ab597f1d34ef30157 | |
parent | f8b087bd232d4cd89c1658233f0922e1c22a9917 (diff) | |
download | classic-serverdata-3fe093eb265e4501120b81d27315f46b468e1503.tar.gz classic-serverdata-3fe093eb265e4501120b81d27315f46b468e1503.tar.bz2 classic-serverdata-3fe093eb265e4501120b81d27315f46b468e1503.tar.xz classic-serverdata-3fe093eb265e4501120b81d27315f46b468e1503.zip |
Cerhan correction
-rw-r--r-- | world/map/npc/026-2/cerhan.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/026-2/cerhan.txt b/world/map/npc/026-2/cerhan.txt index 1e25cee5..09b2286e 100644 --- a/world/map/npc/026-2/cerhan.txt +++ b/world/map/npc/026-2/cerhan.txt @@ -7,7 +7,8 @@ next; menu "That's true. What are you doing here?",L_Story, - "Yes, this place is really strange. I'm going to have another look around.",L_Close; + "Do you know of a way to make usable items? I could really use a boost.", L_Lab, + "Yes, this place is really strange. I'm going to have another look around.", L_Close; L_Story: mes "[Cerhan]"; @@ -19,8 +20,7 @@ L_Story: menu "Do you know something about 'Mylarin Dust'?", L_Mylarin, "Do you work with bows or only swords and armor?", L_Banshee, - "Do you know of a way to make usable items? I could really use a boost.", L_Lab, - "Good luck with that.",L_GoodLuckWith; + "Good luck with that.", L_GoodLuckWith; goto L_GoodLuckWith; L_GoodLuckWith: |