diff options
-rw-r--r-- | npc/004-2/bug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/004-2/bug.txt b/npc/004-2/bug.txt index 9cf3e38a9..a7d0a16e9 100644 --- a/npc/004-2/bug.txt +++ b/npc/004-2/bug.txt @@ -21,7 +21,7 @@ OnInit: mesc l("You may be trapped forever inside the desert maze beyond help"), 1; mesc l("shall you decide to disregard this warning."), 1; mes ""; - mesc l("Do not attempt to use the normal route with a @@ with you.", getitemlink(TimeFlask)), 1; + mesc l("Do not attempt to use the normal route without a %s with you.", getitemlink(TimeFlask)), 1; next; mesc l("Use the normal route?"); if (askyesno() == ASK_YES) |