summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 13ce8f67cf..7d1eabfe90 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1470,6 +1470,7 @@ static char_choice_restriction _class_allowed(species_type speci,
case SP_KOBOLD:
case SP_SPRIGGAN:
case SP_NAGA:
+ case SP_OGRE:
case SP_TROLL:
case SP_KENKU:
return (CC_RESTRICTED);
@@ -2266,7 +2267,6 @@ static char_choice_restriction _weapon_restriction(weapon_type wpn)
case SP_MUMMY:
case SP_CENTAUR:
case SP_NAGA:
- case SP_OGRE:
case SP_MINOTAUR:
case SP_KENKU:
case SP_DEMIGOD: