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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 75830d510f..b00150dc8e 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1256,7 +1256,6 @@ static bool class_allowed( species_type speci, job_type char_class )
case SP_HIGH_ELF:
case SP_KENKU:
case SP_MINOTAUR:
- case SP_NAGA:
case SP_OGRE:
case SP_SPRIGGAN:
case SP_TROLL:
@@ -4422,7 +4421,8 @@ bool give_items_skills()
weap_skill = 3;
newgame_make_item(1, EQ_BODY_ARMOUR, OBJ_ARMOUR, ARM_ROBE);
- newgame_make_item(2, EQ_NONE, OBJ_BOOKS, give_first_conjuration_book());
+ if (!choose_book( you.inv[2], BOOK_CONJURATIONS_I, 2 ))
+ return false;
you.skills[SK_FIGHTING] = 2;
you.skills[SK_ARMOUR] = 1;