summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-11 16:50:49 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-11 16:50:49 +0000
commitc6eeb1565529f5dbccf20abfabfc413032667a2c (patch)
treef0c182a884bf887c50f420e3c854077f7ee840bb /crawl-ref/source/output.h
parenta41b4e92c5c9946f76a4141fa935c72c4da10ee1 (diff)
downloadcrawl-ref-c6eeb1565529f5dbccf20abfabfc413032667a2c.tar.gz
crawl-ref-c6eeb1565529f5dbccf20abfabfc413032667a2c.zip
Added final score to morgue
Tuned abjuration parameters slightly: - Monster abjuration attenuates more the more summons it hits. - Upped player abjuration power slightly. May need more tuning. Backlight (corona or glow) makes you extremely unstealthy. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1839 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index c360420491..5108d3c8d1 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -24,7 +24,7 @@ void update_turn_count();
void print_stats(void);
-std::vector<formatted_string> get_full_detail(bool calc_unid);
+std::vector<formatted_string> get_full_detail(bool calc_unid, long score = -1);
const char *equip_slot_to_name(int equip);