diff options
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) { |