summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/species.cc
diff options
context:
space:
mode:
authorpubby <pubby8@gmail.com>2013-11-01 12:46:06 -0500
committerAdam Borowski <kilobyte@angband.pl>2013-11-06 16:45:44 +0100
commit1c771228a3d517af0f17f7993ca4f4cc165e3bf0 (patch)
tree4e1bafa266fc2490e45beebb9b91007f5924fe4c /crawl-ref/source/species.cc
parent9f27213edb0e1529a71d3d6f75ee9326e95f133d (diff)
downloadcrawl-ref-1c771228a3d517af0f17f7993ca4f4cc165e3bf0.tar.gz
crawl-ref-1c771228a3d517af0f17f7993ca4f4cc165e3bf0.zip
Set formicid MP to average.
There isn't a good reason why MP was at -1 before.
Diffstat (limited to 'crawl-ref/source/species.cc')
-rw-r--r--crawl-ref/source/species.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/species.cc b/crawl-ref/source/species.cc
index d1fab66ce6..b3e5790140 100644
--- a/crawl-ref/source/species.cc
+++ b/crawl-ref/source/species.cc
@@ -535,7 +535,6 @@ int species_mp_modifier(species_type species)
return -2;
case SP_CENTAUR:
case SP_GHOUL:
- case SP_FORMICID:
return -1;
default:
return 0;