From 71ad92da616950e6a90a9bf5bc7aeb28dc13ebbb Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 2 Jul 2008 02:07:37 +0000 Subject: Add more miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6314 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index b3dfc3fbeb..c8612dc3a3 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -2021,7 +2021,7 @@ void yell(bool force) if (env.sanctuary_time > 0) { if (!yesno("An ally attacking under your orders might violate " - "sanctuary; order anyways?", false, 'n')) + "sanctuary; order anyway?", false, 'n')) { canned_msg(MSG_OK); return; -- cgit v1.2.3-54-g00ecf