summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorpubby <pubby8@gmail.com>2013-11-08 20:50:49 -0600
committerAdam Borowski <kilobyte@angband.pl>2013-11-10 04:34:21 +0100
commit5a7b4afb5682203af4e3fc7c3dbc7db69e3d832f (patch)
tree9591bfe113b09ffb1c869cc752a0c263f3cd1782 /crawl-ref/source/ng-restr.cc
parentac0ec0c7c633de081173161c5292ca07972f6c60 (diff)
downloadcrawl-ref-5a7b4afb5682203af4e3fc7c3dbc7db69e3d832f.tar.gz
crawl-ref-5a7b4afb5682203af4e3fc7c3dbc7db69e3d832f.zip
Change recommended Formicid classes.
FoBe is very good, while FoMo is not.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index c39d29748d..bc382700f1 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -79,6 +79,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_MUMMY:
case SP_OCTOPODE:
case SP_DJINNI:
+ case SP_FORMICID:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -98,7 +99,6 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_VAMPIRE:
case SP_OCTOPODE:
case SP_DJINNI:
- case SP_FORMICID:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;