From d60673a651ffd703f50e5e6bd7968d41a5909991 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 24 May 2009 19:23:00 +0000 Subject: 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 --- crawl-ref/source/newgame.cc | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3-54-g00ecf