diff options
-rw-r--r-- | npc/018-2-1/dustman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 8164b3924..7b11dc2dd 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -110,7 +110,7 @@ L_COD: next; if (BaseLevel >= 50 && .@cod < 2) { mesn; - mesq l("Pyndragon said he'll do a @@ to however reduces them to dust. Interested?", getitemlink(Dustynator)); // BottledDust, Dustynator + mesq l("Pyndragon said he'll craft a @@ to whoever reduces them to dust. Interested?", getitemlink(Dustynator)); // BottledDust, Dustynator mesc l("Note: Dustynator is a high level weapon. You might not have enough level to use it yet."); next; } else if (BaseLevel < 50) { |