summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.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/spl-book.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/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 0324eb3622..9ebebe3f7f 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -242,7 +242,6 @@ int book_rarity(uint8_t which_book)
return 4;
case BOOK_YOUNG_POISONERS:
- case BOOK_WAR_CHANTS:
case BOOK_BATTLE:
case BOOK_DEBILITATION:
return 5;
@@ -294,6 +293,7 @@ int book_rarity(uint8_t which_book)
#if TAG_MAJOR_VERSION == 34
case BOOK_STALKING:
+ case BOOK_WAR_CHANTS:
return 100;
#endif