summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-11-12 00:29:09 -0500
committerNeil Moore <neil@s-z.org>2013-11-12 00:29:37 -0500
commit0b088e9c8c8b85bd8dd91cca70cce1581d23f7c4 (patch)
treeb4b979fe6e85e25242319dd999d33615e6bba209 /crawl-ref/source/ng-restr.cc
parent3f7b0b16b583077a80a9a6b36e195d0e36d58a5a (diff)
downloadcrawl-ref-0b088e9c8c8b85bd8dd91cca70cce1581d23f7c4.tar.gz
crawl-ref-0b088e9c8c8b85bd8dd91cca70cce1581d23f7c4.zip
Don't recommend FoBe (SamB)
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index bc382700f1..129de6b83f 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -99,6 +99,7 @@ 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;