summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-06-25 22:39:43 -0400
committerSamuel Bronson <naesten@gmail.com>2013-06-25 22:39:43 -0400
commit4b63c23585b0c31f6cf0fbb910edbfd6914cdb7b (patch)
tree62c41c45b5ab1d7d392e28c55f813c11eeab87b6 /crawl-ref/source/ng-restr.cc
parente7ba34653427ae656889f68ebbcfd92347ba5975 (diff)
downloadcrawl-ref-4b63c23585b0c31f6cf0fbb910edbfd6914cdb7b.tar.gz
crawl-ref-4b63c23585b0c31f6cf0fbb910edbfd6914cdb7b.zip
MuSu be hard now (Lightli)
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index 686565b4ab..cfe9ead5c6 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -310,6 +310,7 @@ char_choice_restriction job_allowed(species_type speci, job_type job)
case SP_OGRE:
case SP_TROLL:
case SP_MINOTAUR:
+ case SP_MUMMY:
case SP_GHOUL:
return CC_RESTRICTED;
default: