summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-15 00:52:18 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-15 00:52:18 -0800
commit872ec1e1965789675881f42b287a07e68ce9a1e1 (patch)
tree062858601e42457eb5dbd31ed59ce90c293a7e52 /crawl-ref
parent9454f08a3d4e98c0b6c2c64b495e20e1316ecc58 (diff)
downloadcrawl-ref-872ec1e1965789675881f42b287a07e68ce9a1e1.tar.gz
crawl-ref-872ec1e1965789675881f42b287a07e68ce9a1e1.zip
Rarity records for new books
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/spl-book.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 74c8bb9d8e..26aa0baf15 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -935,6 +935,8 @@ int book_rarity(unsigned char which_book)
case BOOK_YOUNG_POISONERS:
case BOOK_STALKING: //jmf: added 24jun2000
case BOOK_WAR_CHANTS:
+ case BOOK_ELEMENTAL_MISSILES:
+ case BOOK_WARPED_MISSILES:
return 5;
case BOOK_CLOUDS:
@@ -955,6 +957,7 @@ int book_rarity(unsigned char which_book)
case BOOK_UNLIFE:
case BOOK_CONTROL:
case BOOK_SPATIAL_TRANSLOCATIONS:
+ case BOOK_DEVASTATING_MISSILES:
return 10;
case BOOK_TEMPESTS: