summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/aptitudes.h
diff options
context:
space:
mode:
authorpubby <pubby8@gmail.com>2014-01-19 13:27:25 -0600
committerAdam Borowski <kilobyte@angband.pl>2014-01-20 12:40:25 +0100
commita5f20ec47410ee1c775302a75187a173e6401485 (patch)
tree62f095405da286718a0c9f40be2d34496cfe98b0 /crawl-ref/source/aptitudes.h
parente4ac22e01a67cb49b54782457bd9e5466a2314c2 (diff)
downloadcrawl-ref-a5f20ec47410ee1c775302a75187a173e6401485.tar.gz
crawl-ref-a5f20ec47410ee1c775302a75187a173e6401485.zip
Buff Formicids.
HP to -1 and Spellcasting to 0. Because of this change, their exoskeleton mutation no longer provides extra HP.
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 2211078ec0..02a724e623 100644
--- a/crawl-ref/source/aptitudes.h
+++ b/crawl-ref/source/aptitudes.h
@@ -1436,7 +1436,7 @@ static const species_skill_aptitude species_skill_aptitudes[] =
APT(SP_FORMICID, SK_TRAPS, -99),
#endif
APT(SP_FORMICID, SK_UNARMED_COMBAT, 0),
- APT(SP_FORMICID, SK_SPELLCASTING, -1),
+ APT(SP_FORMICID, SK_SPELLCASTING, 0),
APT(SP_FORMICID, SK_CONJURATIONS, -1),
APT(SP_FORMICID, SK_HEXES, 2),
APT(SP_FORMICID, SK_CHARMS, 0),