From 30ea1167a88727d2f2dccfdf2ee830700ac116da Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 22 Aug 2007 16:58:15 +0000 Subject: Added verbose hiscore output to char_dump, and mostly changed morgue information to past time, e.g. "Vehumet was exalted by your worship." (The exception being mutations.) I admit this was very low priority, but it has always bugged me. Included new options (explore_stop for gates and dump hiscore) in the relevant documentation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2027 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/ouch.cc') diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index 62a3500289..6675ba667d 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -843,6 +843,11 @@ void ouch( int dam, int death_source, kill_method_type death_type, crawl_state.need_save = false; crawl_state.updating_scores = true; + take_note( + Note( NOTE_DEATH, you.hp, you.hp_max, + scorefile_entry(dam, death_source, death_type, aux) + .death_description(scorefile_entry::DDV_NORMAL).c_str()), true ); + // prevent bogus notes activate_notes(false); -- cgit v1.2.3-54-g00ecf