summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-05-29 21:45:31 -0700
committerBrendan Hickey <brendan@bhickey.net>2013-05-29 21:45:31 -0700
commit261b828804b1bb66e9f6cad62190719d8d6c5540 (patch)
treed78b288d554c86c8f2954c9c28645c7d6e2d2874 /crawl-ref/source/ng-restr.cc
parent5ec46be25b03e3d568a2989fa4fcfeaa1d7cb0f6 (diff)
downloadcrawl-ref-261b828804b1bb66e9f6cad62190719d8d6c5540.tar.gz
crawl-ref-261b828804b1bb66e9f6cad62190719d8d6c5540.zip
Increase Grotesk class restrictions
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index 4f2425f4d2..8a3466639b 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -32,6 +32,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_MUMMY:
case SP_VAMPIRE:
case SP_OCTOPODE:
+ case SP_GROTESK:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -55,6 +56,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_VAMPIRE:
case SP_OCTOPODE:
case SP_DJINNI:
+ case SP_GROTESK:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -152,6 +154,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_VAMPIRE:
case SP_FELID:
case SP_OCTOPODE:
+ case SP_GROTESK:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;