From 6dba2ac32df50d8a0d3628fbc65fb81825a96fdd Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 14 Jun 2007 08:55:24 +0000 Subject: Implemented Beogh, god of Orcs. + added information about random choice to newgame git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1585 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/hiscores.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/hiscores.cc') diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc index 6dcaad88da..4d72f3e42a 100644 --- a/crawl-ref/source/hiscores.cc +++ b/crawl-ref/source/hiscores.cc @@ -486,7 +486,7 @@ static const char *kill_method_names[] = "quitting", "draining", "starvation", "freezing", "burning", "wild_magic", "xom", "statue", "rotting", "targeting", "spore", "tso_smiting", "petrification", "unknown", "something", "falling_down_stairs", "acid", - "curare", "melting", "bleeding", + "curare", "melting", "bleeding", "bog_smiting", }; const char *kill_method_name(kill_method_type kmt) @@ -1717,6 +1717,11 @@ scorefile_entry::death_description(death_desc_verbosity verbosity) const needs_damage = true; break; + case KILLED_BY_BEOGH_SMITING: + desc += terse? "smote by Beogh" : "Smote by Beogh"; + needs_damage = true; + break; + case KILLED_BY_PETRIFICATION: desc += terse? "petrified" : "Turned to stone"; break; -- cgit v1.2.3-54-g00ecf