summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-25 12:58:09 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-25 12:58:09 +0200
commitd24a36bb0bdecc94bf9730e09037e7658e0ad864 (patch)
tree24604bab1d4e352af8afda80316f1f46b151fe15 /crawl-ref/source/ng-restr.cc
parent835603786c72adcada7b342ea0d58ad498605662 (diff)
downloadcrawl-ref-d24a36bb0bdecc94bf9730e09037e7658e0ad864.tar.gz
crawl-ref-d24a36bb0bdecc94bf9730e09037e7658e0ad864.zip
Unrecommend DjSk.
Spirit Shield doesn't work, Infusion serves no purpose but killing yourself, other spells are no better than for other races.
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 0a666d0f30..686565b4ab 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -200,6 +200,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_GHOUL:
case SP_FELID:
case SP_OCTOPODE:
+ case SP_DJINNI:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;