summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 13:04:01 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 13:04:01 +0000
commit64cef5aae0d0d0b6b5e7320c3e96ef570b27b769 (patch)
treeac2f6f5a2e0c6240206a957f5b9fc01c71078259 /crawl-ref/source/mon-util.h
parent6f2fb6552309ec39ec8a461ffd03595b10a860dc (diff)
downloadcrawl-ref-64cef5aae0d0d0b6b5e7320c3e96ef570b27b769.tar.gz
crawl-ref-64cef5aae0d0d0b6b5e7320c3e96ef570b27b769.zip
Allow christening (beoghening?) of plain orcs, after all, but make it
rare and let the chance depend on max hp. Clean up naming some. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4588 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index ec0d7b3781..b5e67283d2 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -385,7 +385,7 @@ monsters *monster_at(const coord_def &pos);
// this is the old moname()
std::string mons_type_name(int type, description_level_type desc);
-bool give_unique_monster_name(monsters *mon, bool orc_only = true);
+bool give_unique_monster_name(monsters *mon, bool orcs_only = true);
std::string get_unique_monster_name(const monsters *mon);
// last updated 12may2000 {dlb}