From e1879031547aa6861a565563724d7308d02cc2f2 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 18 May 2009 20:58:14 +0000 Subject: 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 --- crawl-ref/source/player.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/player.cc') 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) -- cgit v1.2.3-54-g00ecf