summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 12:16:54 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-15 12:16:54 -0600
commit72fcf705d944986e2a412959f4fb31a5cfc1ebf7 (patch)
tree82a4eaa98a6ceb4de3dc027912f49e75317504d0 /crawl-ref/source/spl-cast.cc
parent46cf860a1acc4449a51142cb0aa1c15261a53c4d (diff)
downloadcrawl-ref-72fcf705d944986e2a412959f4fb31a5cfc1ebf7.tar.gz
crawl-ref-72fcf705d944986e2a412959f4fb31a5cfc1ebf7.zip
Remove now-inaccurate comment.
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 91c4e59750..8a06bc341e 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -929,8 +929,6 @@ static void _spellcasting_side_effects(spell_type spell, bool idonly = false)
if (is_holy_spell(spell))
did_god_conduct(DID_HOLY, 10 + spell_difficulty(spell));
- // Self-banishment gets a special exemption - you're there to spread
- // light.
if (is_unholy_spell(spell)
&& !you.banished
&& !crawl_state.is_god_acting())