From 6154ce26f08678558f0e59dc19506bd5af6eeb9c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 19 Apr 2009 11:48:04 +0000 Subject: * Properly print (non-spoily) resists descriptions for ghosts/pandemonium lords, using mons_class_resists (currently only poison) instead of mons_resists(). * Add option note_xom_effects (defaults to true) that causes note-taking for all Xom effects, hopefully spoiler free. * Autoinscribe hides from unique monsters' corpses with the monster name, as suggested on rgrm. Currently only applies to Snorg and Tiamat. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9652 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/settings/init.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crawl-ref/settings') diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt index ddf4d4daf4..327c139efb 100644 --- a/crawl-ref/settings/init.txt +++ b/crawl-ref/settings/init.txt @@ -363,9 +363,10 @@ include = tiles_options.txt ood_interesting = 8 note_hp_percent = 5 note_skill_levels = 1,5,10,15,27 -note_all_skill_levels = true -note_skill_max = true -note_all_spells = true +#note_all_skill_levels = true +#note_skill_max = false +#note_all_spells = false +#note_xom_effects = false note_items = rod of, acquirement, preservation, running, of Zot note_messages = You pass through the gate note_messages = cast .* Abyss -- cgit v1.2.3-54-g00ecf