summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/aptitudes.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-08-27 20:57:19 -0400
committerelliptic <hyperelliptical@gmail.com>2012-08-27 20:57:19 -0400
commit206ba39bde791275f45b91cb18cbbbec719224f0 (patch)
treec6bf6a65e2ba795da0f61616375a17faed8a5216 /crawl-ref/source/aptitudes.h
parent79f67ac23c43d3325b11b7cebb4acda821392c7d (diff)
downloadcrawl-ref-206ba39bde791275f45b91cb18cbbbec719224f0.tar.gz
crawl-ref-206ba39bde791275f45b91cb18cbbbec719224f0.zip
Swap Earth and Air apts for Deep Elf.
Their description even says they are especially good at earth magic, and it makes sense given they live underground. Besides, we already have one type of elf better with air than earth.
Diffstat (limited to 'crawl-ref/source/aptitudes.h')
-rw-r--r--crawl-ref/source/aptitudes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/aptitudes.h b/crawl-ref/source/aptitudes.h
index e8fa1cf2b4..b9b066574f 100644
--- a/crawl-ref/source/aptitudes.h
+++ b/crawl-ref/source/aptitudes.h
@@ -111,8 +111,8 @@ static const species_skill_aptitude species_skill_aptitudes[] =
APT(SP_DEEP_ELF, SK_TRANSMUTATIONS, 1),
APT(SP_DEEP_ELF, SK_FIRE_MAGIC, 1),
APT(SP_DEEP_ELF, SK_ICE_MAGIC, 1),
- APT(SP_DEEP_ELF, SK_AIR_MAGIC, 1),
- APT(SP_DEEP_ELF, SK_EARTH_MAGIC, 0),
+ APT(SP_DEEP_ELF, SK_AIR_MAGIC, 0),
+ APT(SP_DEEP_ELF, SK_EARTH_MAGIC, 1),
APT(SP_DEEP_ELF, SK_POISON_MAGIC, 1),
APT(SP_DEEP_ELF, SK_INVOCATIONS, 1),
APT(SP_DEEP_ELF, SK_EVOCATIONS, 2),