diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-17 00:33:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-17 00:33:13 -0300 |
commit | 3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296 (patch) | |
tree | 982463474f5e255f26c7da5786efd1852164eee5 /npc/004-2/bug.txt | |
parent | b5e2edfac17d3f97267035a50119351adad7ffe6 (diff) | |
download | serverdata-3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296.tar.gz serverdata-3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296.tar.bz2 serverdata-3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296.tar.xz serverdata-3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296.zip |
Fix bad sign
Diffstat (limited to 'npc/004-2/bug.txt')
-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) |