summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/aptitudes.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-08-27 22:05:36 -0400
committerelliptic <hyperelliptical@gmail.com>2012-08-27 22:05:36 -0400
commit942efd937129558fcfb1f8056a870b189bf4d4d6 (patch)
tree1cb6d168089a1cd9b7459f685faa513c60b170cc /crawl-ref/source/aptitudes.h
parent206ba39bde791275f45b91cb18cbbbec719224f0 (diff)
downloadcrawl-ref-942efd937129558fcfb1f8056a870b189bf4d4d6.tar.gz
crawl-ref-942efd937129558fcfb1f8056a870b189bf4d4d6.zip
HO apt changes: Exp +1 -> 0, Axes +2 -> +3.
They were stepping on human toes with Exp apt +1 (Ko and Ha aren't really directly comparable to Hu, being small). In exchange, give minotaurs a bit more competition with melee.
Diffstat (limited to 'crawl-ref/source/aptitudes.h')
-rw-r--r--crawl-ref/source/aptitudes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/aptitudes.h b/crawl-ref/source/aptitudes.h
index b9b066574f..76aaa31d77 100644
--- a/crawl-ref/source/aptitudes.h
+++ b/crawl-ref/source/aptitudes.h
@@ -191,7 +191,7 @@ static const species_skill_aptitude species_skill_aptitudes[] =
APT(SP_HILL_ORC, SK_FIGHTING, 2),
APT(SP_HILL_ORC, SK_SHORT_BLADES, 0),
APT(SP_HILL_ORC, SK_LONG_BLADES, 1),
- APT(SP_HILL_ORC, SK_AXES, 2),
+ APT(SP_HILL_ORC, SK_AXES, 3),
APT(SP_HILL_ORC, SK_MACES_FLAILS, 1),
APT(SP_HILL_ORC, SK_POLEARMS, 1),
APT(SP_HILL_ORC, SK_STAVES, -1),