summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-18 20:58:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-18 20:58:14 +0000
commite1879031547aa6861a565563724d7308d02cc2f2 (patch)
treef8a3723661ec4f2b90a016865a1a398de882939d /crawl-ref/source/player.cc
parentc229c0161fb07fd421e4c818821f27e34a56f9d2 (diff)
downloadcrawl-ref-e1879031547aa6861a565563724d7308d02cc2f2.tar.gz
crawl-ref-e1879031547aa6861a565563724d7308d02cc2f2.zip
Fix shopping messages mentioning "0 gold piece", and fix reading
unidentified scrolls of immolation counting as attacking friends. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9793 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index ef4c97f985..54d9f6dd30 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3216,6 +3216,7 @@ void level_change(bool skip_attribute_increase)
"transforming into a vampire bat.", MSGCH_INTRINSIC_GAIN);
}
break;
+
case SP_NAGA:
// lower because of HD raise -- bwr
// if (you.experience_level < 14)