summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-14 14:34:31 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-14 14:34:31 +0000
commit77398364e73bee6487c9ae0006144d03ba90ada0 (patch)
tree2ce7d85c334dab8992e474ac9b31a3c3b58c4dd5 /crawl-ref/source/abl-show.cc
parent4153ebb74a9cbcdb20f904f61ec3f77e8438c507 (diff)
downloadcrawl-ref-77398364e73bee6487c9ae0006144d03ba90ada0.tar.gz
crawl-ref-77398364e73bee6487c9ae0006144d03ba90ada0.zip
Modify ?v to read in the list of changed command keys.
Modify version highlights. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9765 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 1b57c2f05d..d1d3838eac 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -2364,9 +2364,6 @@ void set_god_ability_slots()
// Finally, add in current god's invocations in traditional slots.
int num = 0;
-// if (you.religion == GOD_ELYVILON)
-// _set_god_ability_helper(ABIL_ELYVILON_DESTROY_WEAPONS, 'a' + num++);
-
for (int i = 0; i < MAX_GOD_ABILITIES; ++i)
{
if (god_abilities[you.religion][i] != ABIL_NON_ABILITY)