From c0c7da4864ed1598594bd372f60058cbe4c3052f Mon Sep 17 00:00:00 2001 From: evktalo Date: Mon, 20 Jul 2009 09:56:26 +0000 Subject: r10346 for 0.5: Don't make a milestone for reaching the bottom of the Hive, just for entering. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10347 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/notes.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc index c30efe3706..999f60167d 100644 --- a/crawl-ref/source/notes.cc +++ b/crawl-ref/source/notes.cc @@ -442,7 +442,7 @@ void Note::check_milestone() const if (dep == 1) mark_milestone("enter", "entered " + branch + "."); - else if (dep == _dungeon_branch_depth(br)) + else if (dep == _dungeon_branch_depth(br && br != BRANCH_HIVE)) { std::string level = place_name(packed_place, true, true); if (level.find("Level ") == 0) -- cgit v1.2.3-54-g00ecf