summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index 41272af34f..dda27711c0 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -281,7 +281,9 @@ bool add_spell_to_memory(spell_type spell)
break;
}
- mprf("Spell assigned to '%c'.", index_to_letter(j));
+ if (you.num_turns)
+ mprf("Spell assigned to '%c'.", index_to_letter(j));
+
you.spell_letter_table[j] = i;
you.spell_no++;