From 5a7dc7bf7ad7d06940a8547a14e78020cb59b0c9 Mon Sep 17 00:00:00 2001 From: dploog Date: Wed, 4 Jun 2008 09:31:15 +0000 Subject: Change display of aptitudes (both !m and ?%) to true values: take the factors 13/10 (Spc) and 3/4 (Inv, Evo) into account. Hereby the group pressure on Haran is officially removed. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5474 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/skills2.cc | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'crawl-ref/source/skills2.cc') diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc index c5ba46e013..e7bd806a54 100644 --- a/crawl-ref/source/skills2.cc +++ b/crawl-ref/source/skills2.cc @@ -1811,20 +1811,6 @@ static void _display_skill_table(bool show_aptitudes) else { textcolor(RED); - - // Modify Spellcasting, Evocations, Invocations for - // aptitude display. - if (x == SK_SPELLCASTING) - { - spec_abil *= 10; - spec_abil /= 13; - } - else if (x == SK_INVOCATIONS || x == SK_EVOCATIONS) - { - spec_abil *= 4; - spec_abil /= 3; - } - cprintf(" %3d ", spec_abil); } } -- cgit v1.2.3-54-g00ecf