summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-06-10 17:56:05 -0400
committerNeil Moore <neil@s-z.org>2013-06-10 18:08:36 -0400
commitd56ea2009174d8748078d6e12e7190202db448e6 (patch)
tree1048f82aabab0202901b113bf824b06504406ce9 /crawl-ref/source/ng-restr.cc
parentab48cd3120a1e5f2ec6d95d422134bf2517c7678 (diff)
downloadcrawl-ref-d56ea2009174d8748078d6e12e7190202db448e6.tar.gz
crawl-ref-d56ea2009174d8748078d6e12e7190202db448e6.zip
More completely remove priests.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc29
1 files changed, 0 insertions, 29 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index 47c0b15afc..930a60c501 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -161,35 +161,6 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
return CC_UNRESTRICTED;
}
- case JOB_PRIEST:
- switch (speci)
- {
- case SP_DEMIGOD:
- case SP_DEMONSPAWN:
- case SP_MUMMY:
- case SP_GHOUL:
- case SP_VAMPIRE:
- return CC_BANNED;
- case SP_DEEP_ELF:
- case SP_SLUDGE_ELF:
- case SP_DEEP_DWARF:
- case SP_MERFOLK:
- case SP_HALFLING:
- case SP_KOBOLD:
- case SP_SPRIGGAN:
- case SP_NAGA:
- case SP_CENTAUR:
- case SP_OGRE:
- case SP_TROLL:
- case SP_TENGU:
- case SP_BASE_DRACONIAN:
- case SP_FELID:
- case SP_OCTOPODE:
- return CC_RESTRICTED;
- default:
- return CC_UNRESTRICTED;
- }
-
case JOB_HEALER:
switch (speci)
{