From 7ec7eeeab0f4d6dadba493d5b11cc3a0910f6a06 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Fri, 13 Nov 2009 12:26:49 -0800 Subject: Add a little variety in summoned by tags --- crawl-ref/source/hiscores.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/hiscores.cc') diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc index 8c87b7bc41..fdae35bc89 100644 --- a/crawl-ref/source/hiscores.cc +++ b/crawl-ref/source/hiscores.cc @@ -1975,12 +1975,12 @@ std::string scorefile_entry::death_description(death_desc_verbosity verbosity) { if (!semiverbose) { - desc += "... summoned by " + *it; + desc += "... " + *it; desc += _hiscore_newline_string(); } else { - desc += " (summoned by " + *it; + desc += " (" + *it; } } -- cgit v1.2.3-54-g00ecf