summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-15 02:12:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-15 02:12:34 +0000
commit6f2121469dd3d4dd8bfd194623b74e2d2e1aeba3 (patch)
tree85bdf0d8613b8ce166aadb4f13ecaf4d45540de8
parentc492a510ba3ca37b8c68e9a8ebecc1ddceaeff59 (diff)
downloadcrawl-ref-6f2121469dd3d4dd8bfd194623b74e2d2e1aeba3.tar.gz
crawl-ref-6f2121469dd3d4dd8bfd194623b74e2d2e1aeba3.zip
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
-rw-r--r--crawl-ref/docs/aptitudes.txt2
-rw-r--r--crawl-ref/source/skills2.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/docs/aptitudes.txt b/crawl-ref/docs/aptitudes.txt
index 78258be77e..ae19219a7f 100644
--- a/crawl-ref/docs/aptitudes.txt
+++ b/crawl-ref/docs/aptitudes.txt
@@ -49,7 +49,7 @@ Kobold 140 70 60 70 130 100 75 60 100
Spriggan 170 50 50 50 180 60 97 52 130
Naga 150 150 40 100 140 100 75 75 120
Centaur 180 170 200 170 180 150 75 97 140
-Ogre 150 120 150 150 120 150 75 135 110
+Ogre 150 120 150 150 120 150 75 120 110
Troll 150 130 250 150 150 200 112 135 150
Minotaur 80 80 130 100 80 120 97 127 140
Kenku 90 90 100 80 100 100 120 75 130
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