summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 23:53:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 23:53:40 +0000
commit114bb236eb8cffa04f3544ee3e8775218eebab1a (patch)
tree00244fe530c97c2dd492aaedd45431254b4ad462 /crawl-ref/source
parent3b86a06d39b6c59db6861f54f468b43513b60827 (diff)
downloadcrawl-ref-114bb236eb8cffa04f3544ee3e8775218eebab1a.tar.gz
crawl-ref-114bb236eb8cffa04f3544ee3e8775218eebab1a.zip
Unrestrict the summoning book for ogres, since they can be summoners.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9616 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/newgame.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index c9f94352fb..8e9ecdfd76 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2049,6 +2049,7 @@ static char_choice_restriction _book_restriction(startup_book_type booktype)
case SP_SLUDGE_ELF:
case SP_KOBOLD:
case SP_NAGA:
+ case SP_OGRE:
case SP_KENKU:
case SP_MUMMY:
case SP_VAMPIRE: