summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-14 14:42:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-14 14:42:28 +0000
commite011e485ad7601b8b45480dcc8d92ebc48e2bcc2 (patch)
treecc0951f3edab2b7c288b6518dbf205980f7194f5 /crawl-ref/source/newgame.cc
parent1111d5809c171e0ba1aec24d73fe173f584fcbcb (diff)
downloadcrawl-ref-e011e485ad7601b8b45480dcc8d92ebc48e2bcc2.tar.gz
crawl-ref-e011e485ad7601b8b45480dcc8d92ebc48e2bcc2.zip
Unrestrict DDPa and OgMo.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9767 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 3807133045..47f3b54de2 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1441,7 +1441,6 @@ static char_choice_restriction _class_allowed(species_type speci,
case SP_KOBOLD:
case SP_SPRIGGAN:
case SP_NAGA:
- case SP_OGRE:
case SP_RED_DRACONIAN:
case SP_DEMIGOD:
case SP_DEMONSPAWN:
@@ -1485,7 +1484,6 @@ static char_choice_restriction _class_allowed(species_type speci,
return (CC_BANNED);
case SP_DEEP_ELF:
case SP_SLUDGE_ELF:
- case SP_DEEP_DWARF:
case SP_HALFLING:
case SP_KOBOLD:
case SP_SPRIGGAN: