summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-14 05:27:14 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-14 05:27:14 +0200
commitc1ef620d0503f2cb1d170d5c667b5124daf000ea (patch)
tree4524a51f2e0b9133589f6558c0b1e0b1d934a6d8 /crawl-ref/source/ng-restr.cc
parent0575fc830e5660a92d403038fe0363018f4868de (diff)
downloadcrawl-ref-c1ef620d0503f2cb1d170d5c667b5124daf000ea.tar.gz
crawl-ref-c1ef620d0503f2cb1d170d5c667b5124daf000ea.zip
Unrecommend DjTm, recommend DjDK.
Djinn suck at unarmed and their Tmut is at 0. They're good with some weapons, have good armour and ok invoc.
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 8271a8eb68..0a666d0f30 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -130,7 +130,6 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_VAMPIRE:
case SP_FELID:
case SP_OCTOPODE:
- case SP_DJINNI:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -350,6 +349,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_MINOTAUR:
case SP_TENGU:
case SP_VAMPIRE:
+ case SP_DJINNI:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;