summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acquire.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-03-23 11:38:57 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-27 21:15:46 -0400
commit1c1d20b53d0ed372ca794ec954b8ee485ba84e1f (patch)
tree263689143d33c561a265b00253752590d912c6c7 /crawl-ref/source/acquire.cc
parent641c57ee1a96169a7364f108604eb7169934e826 (diff)
downloadcrawl-ref-1c1d20b53d0ed372ca794ec954b8ee485ba84e1f.tar.gz
crawl-ref-1c1d20b53d0ed372ca794ec954b8ee485ba84e1f.zip
Remove the book of War Chants.
With the weapon branding spells gone it was in a pretty sad shape.
Diffstat (limited to 'crawl-ref/source/acquire.cc')
-rw-r--r--crawl-ref/source/acquire.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acquire.cc b/crawl-ref/source/acquire.cc
index 0df5c22f54..47b6bf5d10 100644
--- a/crawl-ref/source/acquire.cc
+++ b/crawl-ref/source/acquire.cc
@@ -1000,7 +1000,7 @@ static bool _do_book_acquirement(item_def &book, int agent)
}
#if TAG_MAJOR_VERSION == 34
- if (bk == BOOK_STALKING)
+ if (bk == BOOK_STALKING || bk == BOOK_WAR_CHANTS)
{
weights[bk] = 0;
continue;