summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2013-05-30 17:26:58 -0700
committerBrendan Hickey <brendan@bhickey.net>2013-05-30 17:44:59 -0700
commit8146ad5239942a55d1d2fb820bc339a05efd171c (patch)
tree90ad8fe5083e96ee84c01ddfb1b5d55bda9535bc /crawl-ref/source/ng-restr.cc
parentefe5f0c83f29a890d3903d08f090496ef7ba1ef0 (diff)
downloadcrawl-ref-8146ad5239942a55d1d2fb820bc339a05efd171c.tar.gz
crawl-ref-8146ad5239942a55d1d2fb820bc339a05efd171c.zip
Grotesk -> Gargoyle
Since they're unliving, there's no point in calling them something else.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index 7986f24428..d4dd5bd75b 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -32,7 +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:
+ case SP_GARGOYLE:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -56,7 +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:
+ case SP_GARGOYLE:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -95,7 +95,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_GHOUL:
case SP_VAMPIRE:
case SP_OCTOPODE:
- case SP_GROTESK:
+ case SP_GARGOYLE:
case SP_DJINNI:
return CC_RESTRICTED;
default:
@@ -115,7 +115,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
switch (speci)
{
case SP_DEMIGOD:
- case SP_GROTESK:
+ case SP_GARGOYLE:
return CC_BANNED;
case SP_HIGH_ELF:
case SP_DEEP_ELF:
@@ -155,7 +155,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_VAMPIRE:
case SP_FELID:
case SP_OCTOPODE:
- case SP_GROTESK:
+ case SP_GARGOYLE:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;
@@ -438,7 +438,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_GHOUL:
case SP_VAMPIRE:
case SP_FELID:
- case SP_GROTESK:
+ case SP_GARGOYLE:
return CC_RESTRICTED;
default:
return CC_UNRESTRICTED;