summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-23 18:20:57 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-23 18:20:57 +0000
commite676769f64300c5da6daf5afbb1b27347060a5bb (patch)
tree4e12c1df76c6c68e25ea0f92652d036c39d847bb /crawl-ref/source/message.h
parentea9a4edf153660b7feb11b085dd308d4e3b84b60 (diff)
downloadcrawl-ref-e676769f64300c5da6daf5afbb1b27347060a5bb.tar.gz
crawl-ref-e676769f64300c5da6daf5afbb1b27347060a5bb.zip
Made trap ammo dependent on T&D.
Old: 11 + G(1/3), bounded at 20 (G is the geometric distribution.) New: 10 + random2(T&D skill). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1353 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 0d82a195d3..3fcf7d881e 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -64,6 +64,7 @@ void formatted_message_history(const std::string st,
int channel = MSGCH_PLAIN, int param = 0);
// 4.1-style mpr, currently named mprf for minimal disruption.
+void mprf( int channel, int param, const char *format, ... );
void mprf( int channel, const char *format, ... );
void mprf( const char *format, ... );