From 7fcfce7d250e09f85bc09f9e720dda5cf723e68e Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 29 Dec 2008 11:11:32 +0000 Subject: * Dump spells contained in randart spellbooks, marking memorised spells with an asterisk. * Sif Muna no longer gifts the books specific to Kiku and Vehumet (Necronomicon, Annihilations, Demonology) though the spells contained there-in may crop up in randart books. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8011 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-book.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spl-book.h') diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h index 41abf8a158..b43aeddf53 100644 --- a/crawl-ref/source/spl-book.h +++ b/crawl-ref/source/spl-book.h @@ -59,6 +59,7 @@ spell_type which_spell_in_book(int sbook_type, int spl); // returns amount practised (or -1 for abort) int staff_spell( int zap_device_2 ); +bool is_memorised(spell_type spell); bool undead_cannot_memorise(spell_type spell, char being); -- cgit v1.2.3-54-g00ecf