summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-29 13:20:43 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-29 13:20:43 +0000
commitf65b0e512e9ebabc93aa35224228a39e1c3d5a88 (patch)
tree98338df21fb6cf3789ff6810c04716cb2154b619 /crawl-ref/source/spl-book.cc
parent25c2c3a8d8a270e3d0f06791942d62ef9aeaf5b3 (diff)
downloadcrawl-ref-f65b0e512e9ebabc93aa35224228a39e1c3d5a88.tar.gz
crawl-ref-f65b0e512e9ebabc93aa35224228a39e1c3d5a88.zip
Vampires may no longer draw blood from summoned monsters.
Remove Vampires being "in touch with the powers of death". Only print Mummies death boost message from xp >= 13 where it actually appears. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8015 c06c8d41-db1a-0410-9941-cceddc491573
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 b8ecd5d7c0..5821601986 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1443,7 +1443,7 @@ bool learn_spell(int book)
: "absorb"));
snprintf(info, INFO_SIZE, "Memorise %s?", spell_title(specspell));
- if ( !yesno(info, true, 0, false) )
+ if ( !yesno(info, true, 'n', false) )
{
canned_msg( MSG_OK );
return (false);