diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 02:22:00 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 02:22:00 -0200 |
commit | 3363d32d83c8c5ffc95cca80f282d520029af4fa (patch) | |
tree | ed59781a5d385c7317d2e622bb12fbea52c46623 /npc/018-2-1/dustman.txt | |
parent | 643f1a9701751de282cd4bb17a90ac6583fec91d (diff) | |
download | serverdata-3363d32d83c8c5ffc95cca80f282d520029af4fa.tar.gz serverdata-3363d32d83c8c5ffc95cca80f282d520029af4fa.tar.bz2 serverdata-3363d32d83c8c5ffc95cca80f282d520029af4fa.tar.xz serverdata-3363d32d83c8c5ffc95cca80f282d520029af4fa.zip |
Some Heroes Hold critical files
Diffstat (limited to 'npc/018-2-1/dustman.txt')
-rw-r--r-- | npc/018-2-1/dustman.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index d1faa5eee..4898fe852 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -3,7 +3,7 @@ // TMW-LoF Team // Jesusalva // Description: -// Void NPC +// Take care of hardcore players 018-2-1,22,29,0 script Colonel DUSTMAN NPC_CRUSADER,{ .@cod=getq(LoFQuest_COD); @@ -49,7 +49,7 @@ next; mesn; mesq l("Do you want to try to find them? Just search the first five floors: Novice, Intermediary, Advanced, Expert and Master."); - mesq l("I don't have the scrolls for the Supreme and All-Might floors. So if you don't find them on the five and report back, that'll do."); + mesq l("I don't have the scrolls for the Supreme and Ultimate floors. So if you don't find them on the five and report back, that'll do."); next; mesc l("Accept quest?"); if (askyesno() == ASK_YES) { |