summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-23 14:42:02 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-23 14:42:02 +0000
commitc0c39501b9e2d8bfa156b06c59dac918856ba5a9 (patch)
tree0c56bdc8ede39ae1fc4dde4b5c0a42a15421e232 /crawl-ref/source/acr.cc
parentdf39d45725b62feba8dbc81496902161ddb9f3ef (diff)
downloadcrawl-ref-c0c39501b9e2d8bfa156b06c59dac918856ba5a9.tar.gz
crawl-ref-c0c39501b9e2d8bfa156b06c59dac918856ba5a9.zip
Nemelex pleasing updated. All previously-unknown cards now give 1-2
points of piety; finishing a deck (even if marked) gives an extra point. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1627 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 1a4ebbbf7f..e8adf54bc1 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1721,7 +1721,6 @@ static void decrement_durations()
break;
}
- //you.attribute[ATTR_WEAPON_BRAND] = 0;
mpr(msg.c_str(), MSGCH_DURATION);
you.wield_change = true;
}