diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-04-30 05:11:51 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-30 05:11:51 +0000 |
commit | d854acf377bd1fd94724e51cec77d3589d23ded8 (patch) | |
tree | df7660e9d778ec7b9624e62ab597f1d34ef30157 | |
parent | e163a5ac6013f2f35354acbb8905a45f9284a9d7 (diff) | |
download | serverdata-d854acf377bd1fd94724e51cec77d3589d23ded8.tar.gz serverdata-d854acf377bd1fd94724e51cec77d3589d23ded8.tar.bz2 serverdata-d854acf377bd1fd94724e51cec77d3589d23ded8.tar.xz serverdata-d854acf377bd1fd94724e51cec77d3589d23ded8.zip |
Cerhan correction
m--------- | client-data | 0 | ||||
-rw-r--r-- | world/map/npc/026-2/cerhan.txt | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client-data b/client-data -Subproject 4901f5c5e7879b529f2bdba6455fd5317812efd +Subproject 22e2ed11665d41f5a2e25bc48a14c3f6097c57f 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: |