From fcbe4443829abeec06ae0d475e2c3c1cead4a7fa Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 3 Sep 2007 19:02:56 +0000 Subject: Another variety of changes. 1. Food - Fix bug 1784968. - make sausages count as carnivorous food - make pizza message respect carni/herbivorousness 2. Skills and items - added note_all_skill_levels as a shortcut for note_skill_levels = 1..27 - changed skill progress colour to CYAN - Harold and Jozef get throwing nets Also: - Berserkers can still open and close doors, but they do this none too gently and make a lot of noise - corrected a few mistakes in spells.txt git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2049 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/initfile.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/initfile.cc') diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc index b235dda5eb..58fddaba65 100644 --- a/crawl-ref/source/initfile.cc +++ b/crawl-ref/source/initfile.cc @@ -599,11 +599,14 @@ void game_options::reset_options() default_target = true; safe_autopickup = true; autopickup_no_burden = false; + use_notes = true; + note_all_skill_levels = false; note_skill_max = false; note_all_spells = false; note_hp_percent = 5; ood_interesting = 8; + terse_hand = true; increasing_skill_progress = true; -- cgit v1.2.3-54-g00ecf