From 3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Apr 2020 00:33:13 -0300 Subject: Fix bad sign --- npc/004-2/bug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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) -- cgit v1.2.3-60-g2f50