summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-11 09:23:54 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-11 09:23:54 +0000
commitdb099817902be676726cfa019a85aa0b685ee877 (patch)
treee32629a9a64120b19c6e78206f27bb77881fd366 /crawl-ref/source/spl-cast.cc
parenta83003cc352db2c464b62d6a653152ba05838633 (diff)
downloadcrawl-ref-db099817902be676726cfa019a85aa0b685ee877.tar.gz
crawl-ref-db099817902be676726cfa019a85aa0b685ee877.zip
* Rename CREDITS -> CREDITS.txt
* Change Trog's Hand to rr += 100. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9957 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 3e1ac00721..4c15a594a5 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -736,7 +736,8 @@ bool cast_a_spell(bool check_range)
// markers for about half a second.
Options.target_range = _calc_spell_range(spell);
viewwindow(true, false);
- mpr("There are no visible monsters within range! (Use <w>Z</w> to cast anyway.)");
+ mpr("There are no visible monsters within range! (Use <w>Z</w> to "
+ "cast anyway.)");
delay(500);
Options.target_range = 0;
viewwindow(true, false);