summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-restr.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-02 08:51:57 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-02 08:51:57 +1000
commitba3af17065855d264935e4fdb63780a40557d704 (patch)
treec8dd7c35cb7570bce8ccbf7b2d1e1865c9ab333b /crawl-ref/source/ng-restr.cc
parentcf0d62b28f303b13cc5d8220da68c5a56876b93c (diff)
downloadcrawl-ref-ba3af17065855d264935e4fdb63780a40557d704.tar.gz
crawl-ref-ba3af17065855d264935e4fdb63780a40557d704.zip
Unban TrAM, OgAM, mark as restricted instead.
Diffstat (limited to 'crawl-ref/source/ng-restr.cc')
-rw-r--r--crawl-ref/source/ng-restr.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/crawl-ref/source/ng-restr.cc b/crawl-ref/source/ng-restr.cc
index 79ca0ea36d..03e4846946 100644
--- a/crawl-ref/source/ng-restr.cc
+++ b/crawl-ref/source/ng-restr.cc
@@ -386,14 +386,10 @@ char_choice_restriction class_allowed(species_type speci,
case SP_DEMONSPAWN:
case SP_MUMMY:
case SP_GHOUL:
- case SP_VAMPIRE:
- return (CC_RESTRICTED);
case SP_OGRE:
case SP_TROLL:
- // XXX: Temp at the minute. They have rubbbish apt for launchers
- // and there's no point giving them large rocks and throwings nets
- // and then a book with spells that are useless for them. {due}
- return (CC_BANNED);
+ case SP_VAMPIRE:
+ return (CC_RESTRICTED);
default:
return (CC_UNRESTRICTED);
}