summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-21 04:55:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-21 04:55:50 +0000
commita827d0a2fe6398a6262bc7a41318afbd26f18847 (patch)
treef4a6a46a9fdde71bdd5747017b0cc11a252cec49 /crawl-ref/source/newgame.cc
parentf86f721a09fef1f93958a2abc37da555d87f8971 (diff)
downloadcrawl-ref-a827d0a2fe6398a6262bc7a41318afbd26f18847.tar.gz
crawl-ref-a827d0a2fe6398a6262bc7a41318afbd26f18847.zip
Restrict ogres' using hand axes and being paladins. Regarding the
latter, ogres have a horrible aptitude for axes; regarding the latter, ogres have a horrible aptitude for long swords, and can't wear heavy armor, so they'll waste time training dodging and stealth for the most part. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9524 c06c8d41-db1a-0410-9941-cceddc491573
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: