summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-09 13:15:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-09 13:15:17 +0000
commitd5c63aa77e2f383e1e0a8a3e9b25174bb66db2a8 (patch)
treeb2367d9a2622d7d92e89db62241627b646d92e5f
parent0b3b3248412a721c4970197e0e897cb79d38c16f (diff)
downloadcrawl-ref-d5c63aa77e2f383e1e0a8a3e9b25174bb66db2a8.tar.gz
crawl-ref-d5c63aa77e2f383e1e0a8a3e9b25174bb66db2a8.zip
Draconian fighters should start with robes, not scale mail. [1828707]
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2828 c06c8d41-db1a-0410-9941-cceddc491573
-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 b00150dc8e..3131868cf1 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -3426,7 +3426,7 @@ bool give_items_skills()
else if (you.species == SP_TROLL)
newgame_clear_item(0);
}
- else if (you.is_undead)
+ else if (you.is_undead || player_genus(GENPC_DRACONIAN))
{
newgame_make_item(1, EQ_BODY_ARMOUR, OBJ_ARMOUR, ARM_ROBE);
if (you.species == SP_VAMPIRE && coinflip())