From 5e50467df71766be3f79b72d59f93c797164834f Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 25 May 2008 03:16:07 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5230 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-book.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-book.cc') diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc index eba4d328e5..95f22ac75d 100644 --- a/crawl-ref/source/spl-book.cc +++ b/crawl-ref/source/spl-book.cc @@ -1528,13 +1528,14 @@ int staff_spell( int staff ) } const int flags = get_spell_flags(spell); + // Labyrinths block divinations. if (you.level_type == LEVEL_LABYRINTH && testbits(flags, SPFLAG_MAPPING)) { mpr("Something interferes with your magic!"); } - // All checks passed, we can cast the spell + // All checks passed, we can cast the spell. else if (your_spells(spell, powc, false) == SPRET_ABORT) { crawl_state.zero_turns_taken(); -- cgit v1.2.3-54-g00ecf