summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-07-10 17:44:02 -0230
committerDracoOmega <draco_omega@live.com>2013-07-10 18:39:27 -0230
commit11aa6ae47e2dfa3373542ef2b5458cfdbfded383 (patch)
tree64e6d8aa9c60195e48973ca612bc093d1060830a /crawl-ref/source/ng-restr.cc
parent7cd7ebd1a95a0c2c9af9b6c85fdadd8a05046710 (diff)
downloadcrawl-ref-11aa6ae47e2dfa3373542ef2b5458cfdbfded383.tar.gz
crawl-ref-11aa6ae47e2dfa3373542ef2b5458cfdbfded383.zip
Adjust gargoyle class recommendations
In light of apt and other changes, recommend fighter, gladiator, and berserker, and unrecommend transmuter.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index cfe9ead5c6..b0d9c0ef55 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -32,7 +32,6 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_MUMMY:
case SP_VAMPIRE:
case SP_OCTOPODE:
- case SP_GARGOYLE:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -56,7 +55,6 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_VAMPIRE:
case SP_OCTOPODE:
case SP_DJINNI:
- case SP_GARGOYLE:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -95,7 +93,6 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_GHOUL:
case SP_VAMPIRE:
case SP_OCTOPODE:
- case SP_GARGOYLE:
case SP_DJINNI:
return CC_RESTRICTED;
default:
@@ -352,6 +349,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_TENGU:
case SP_VAMPIRE:
case SP_DJINNI:
+ case SP_GARGOYLE:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;