summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-24 19:23:00 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-24 19:23:00 +0000
commitd60673a651ffd703f50e5e6bd7968d41a5909991 (patch)
treef9c402ef6257d3c5773085b1f5f6d8531b2690cd
parent4fd5210858042ffa3eeb6de181868eebb38cd81f (diff)
downloadcrawl-ref-d60673a651ffd703f50e5e6bd7968d41a5909991.tar.gz
crawl-ref-d60673a651ffd703f50e5e6bd7968d41a5909991.zip
Unrestrict OgHe, as a few other races with a staves aptitude of 120 can
be healers (and pacification can hold off beginning monsters until they can find a better weapon); ogres have average invocations aptitude; and the healing powers can keep them alive. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9817 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/newgame.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 47f3b54de2..ccd9e1a351 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1557,7 +1557,6 @@ static char_choice_restriction _class_allowed(species_type speci,
case SP_HALFLING:
case SP_SPRIGGAN:
case SP_NAGA:
- case SP_OGRE:
case SP_TROLL:
return (CC_RESTRICTED);
default: