summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-01-28 17:28:11 -0500
committerelliptic <hyperelliptical@gmail.com>2013-01-28 17:28:11 -0500
commitee82eafa840a9bbe3d5dcf0506245e1c10750f52 (patch)
tree50b37065d01d7a7d8c9c020bdcab7d5bab05dac6 /crawl-ref/source/ng-restr.cc
parent517f8bcdffae286696a165b7153a917617c760c3 (diff)
downloadcrawl-ref-ee82eafa840a9bbe3d5dcf0506245e1c10750f52.tar.gz
crawl-ref-ee82eafa840a9bbe3d5dcf0506245e1c10750f52.zip
Unrestrict FeCj, HOCj, SpCj.
These combos all gained significantly from conjurer changing from ice/air to hex (with a little charms).
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index dd130aab20..c7cd4b0902 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -273,18 +273,15 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
{
case SP_SLUDGE_ELF:
case SP_DEEP_DWARF:
- case SP_HILL_ORC:
case SP_MERFOLK:
case SP_HALFLING:
case SP_KOBOLD:
- case SP_SPRIGGAN:
case SP_CENTAUR:
case SP_OGRE:
case SP_TROLL:
case SP_MINOTAUR:
case SP_GHOUL:
case SP_VAMPIRE:
- case SP_FELID:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;