summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-goditem.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-29 11:36:35 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-29 11:38:00 -0700
commit4683f236fdd13dc5d67d6bbb98a8e3afce4e7ed9 (patch)
tree5e6b3836c8261310086aab16867bb9d44518ed9a /crawl-ref/source/spl-goditem.cc
parent405f97797495a777cc63ac9ace39d7cc46f37939 (diff)
downloadcrawl-ref-4683f236fdd13dc5d67d6bbb98a8e3afce4e7ed9.tar.gz
crawl-ref-4683f236fdd13dc5d67d6bbb98a8e3afce4e7ed9.zip
Remove victory-dancing
From a comment.
Diffstat (limited to 'crawl-ref/source/spl-goditem.cc')
-rw-r--r--crawl-ref/source/spl-goditem.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-goditem.cc b/crawl-ref/source/spl-goditem.cc
index af016c526d..5e86b6d6cd 100644
--- a/crawl-ref/source/spl-goditem.cc
+++ b/crawl-ref/source/spl-goditem.cc
@@ -985,8 +985,7 @@ bool cast_smiting(int pow, monster* mons)
if (mons == NULL || mons->submerged())
{
canned_msg(MSG_NOTHING_THERE);
- // Counts as a real cast, due to victory-dancing and
- // invisible/submerged monsters.
+ // Counts as a real cast, due to invisible/submerged monsters.
return true;
}