From e676769f64300c5da6daf5afbb1b27347060a5bb Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 23 Apr 2007 18:20:57 +0000 Subject: 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 --- crawl-ref/source/message.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/message.h') 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, ... ); -- cgit v1.2.3-54-g00ecf