summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-02-14 02:49:50 -0330
committerDracoOmega <draco_omega@live.com>2014-02-14 02:49:50 -0330
commit6481c046ce8e3e6884f359399273c6a98feb3b7b (patch)
tree6a50cf8281217c3bb69ea072e1d30cbc06771921 /crawl-ref/source/ng-restr.cc
parent464c487c3a5de97647ca8a7eb6fd8f4d5bd6d824 (diff)
downloadcrawl-ref-6481c046ce8e3e6884f359399273c6a98feb3b7b.tar.gz
crawl-ref-6481c046ce8e3e6884f359399273c6a98feb3b7b.zip
Allow felids to start as artificers
Since they can actually use the starting kit now.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index a8aeaad92c..3da3873469 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -527,7 +527,6 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
switch (speci)
{
case SP_FELID:
- return CC_BANNED;
case SP_HIGH_ELF:
case SP_DEEP_ELF:
case SP_SLUDGE_ELF: