summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-06-01 23:34:24 -0400
committerNeil Moore <neil@s-z.org>2013-06-01 23:36:29 -0400
commita96087d5fcfc802dab4f090f45b7becc19901a57 (patch)
tree2b940bf325c4539183df950410d3aabc50a34d7e /crawl-ref/source/ng-restr.cc
parentc97f7dd3d156bea218c62b2d818b4ec9cc2f27ff (diff)
downloadcrawl-ref-a96087d5fcfc802dab4f090f45b7becc19901a57.tar.gz
crawl-ref-a96087d5fcfc802dab4f090f45b7becc19901a57.zip
Don't recommend gargoyle necromancers (snow)
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 cd1791686b..47c0b15afc 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -356,6 +356,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_TROLL:
case SP_MINOTAUR:
case SP_DJINNI:
+ case SP_GARGOYLE:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;