summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/species.cc
diff options
context:
space:
mode:
authorpubby <pubby8@gmail.com>2013-11-08 09:01:55 -0600
committerAdam Borowski <kilobyte@angband.pl>2013-11-10 04:34:16 +0100
commitac0ec0c7c633de081173161c5292ca07972f6c60 (patch)
treefa203c7601883d1ae5b1fe9f080ccd72db41de70 /crawl-ref/source/species.cc
parentcb883b19308d17ae8f34bde157971f22daa6a3b9 (diff)
downloadcrawl-ref-ac0ec0c7c633de081173161c5292ca07972f6c60.tar.gz
crawl-ref-ac0ec0c7c633de081173161c5292ca07972f6c60.zip
Change Formicid EXP apt to 2.
This is intended to give them a little more/faster natural HP. Flavour-wise, insects mature really really fast.
Diffstat (limited to 'crawl-ref/source/species.cc')
-rw-r--r--crawl-ref/source/species.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/species.cc b/crawl-ref/source/species.cc
index b3e5790140..cbd64cd353 100644
--- a/crawl-ref/source/species.cc
+++ b/crawl-ref/source/species.cc
@@ -432,10 +432,11 @@ int species_exp_modifier(species_type species)
{
switch (species) // table: Experience
{
+ case SP_FORMICID:
+ return 2;
case SP_HUMAN:
case SP_HALFLING:
case SP_KOBOLD:
- case SP_FORMICID:
return 1;
case SP_HILL_ORC:
case SP_OGRE: