summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-13 19:21:16 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-13 19:21:16 -0500
commit5db24dfec9203a03424ebcd458766d36b11b68c1 (patch)
tree9c0e65a2f03db2eec80626f960de05a0d869fe70 /crawl-ref/source/stuff.cc
parent02ddc794a13c5e2f5a3d177e166f247ac5f2982c (diff)
downloadcrawl-ref-5db24dfec9203a03424ebcd458766d36b11b68c1.tar.gz
crawl-ref-5db24dfec9203a03424ebcd458766d36b11b68c1.zip
Rename Summon Wraiths to Haunt everywhere, for consistency, and adjust
the tiles accordingly.
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 0571f3f253..25b855e1d7 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -883,7 +883,7 @@ void redraw_screen(void)
// STEPDOWN FUNCTION to replace conditional chains in spells2.cc 12jan2000 {dlb}
// it is a bit more extensible and optimises the logical structure, as well
-// usage: cast_summon_swarm() cast_summon_wraiths() cast_summon_scorpions()
+// usage: cast_summon_swarm() cast_haunt() cast_summon_scorpions()
// cast_summon_horrible_things()
// ex(1): stepdown_value (foo, 2, 2, 6, 8) replaces the following block:
//