From 6f2121469dd3d4dd8bfd194623b74e2d2e1aeba3 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 15 May 2009 02:12:34 +0000 Subject: Make ogres' aptitude for evocations match their aptitude for spell schools again, scaled to the average evocations aptitude of 75. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9769 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/skills2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/skills2.cc') diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc index f40950dbfa..e2d2f5774e 100644 --- a/crawl-ref/source/skills2.cc +++ b/crawl-ref/source/skills2.cc @@ -623,7 +623,7 @@ const int spec_skills[ NUM_SPECIES ][40] = 160, // SK_EARTH_MAGIC 160, // SK_POISON_MAGIC (100 * 75) / 100, // SK_INVOCATIONS - (180 * 75) / 100, // SK_EVOCATIONS + (160 * 75) / 100, // SK_EVOCATIONS }, { // SP_TROLL -- cgit v1.2.3-54-g00ecf