summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-22 21:12:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-22 21:12:05 +0000
commitddc0e17079b9b3aece830366ff5af4319479787d (patch)
tree548f60b3bb102f2003001b9ede358dbaf44ab24b /crawl-ref
parent6cf13ddd8b090503a2e7c9124e0f4ea13db22084 (diff)
downloadcrawl-ref-ddc0e17079b9b3aece830366ff5af4319479787d.tar.gz
crawl-ref-ddc0e17079b9b3aece830366ff5af4319479787d.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5182 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 16d8d278a2..1aa1ae40cb 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -1108,7 +1108,7 @@ stamina_robustness:
// If there's not enough piety left to vitalise again, turn off
// vitalisation chaining. Note that, if the piety cost for this
- // in abl-show.cc::_do_ability() is changed from 2, this needs
+ // in abl-show.cc::Ability_List[] is changed from 2, this needs
// to be changed as well.
if (you.piety < piety_breakpoint(1) + 2)
need_chain = false;