From 6037fb313cc4b06ce5ce0d100631ac72fa857552 Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 26 Jul 2007 12:37:25 +0000 Subject: Changed Nemelex description (David.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1933 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stuff.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/stuff.h') diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h index ee8534a24d..4186484b95 100644 --- a/crawl-ref/source/stuff.h +++ b/crawl-ref/source/stuff.h @@ -47,7 +47,8 @@ void scale_dice( dice_def &dice, int threshold = 24 ); int random2limit(int max, int limit); -int stepdown_value(int base_value, int stepping, int first_step, int last_step, int ceiling_value); +int stepdown_value(int base_value, int stepping, int first_step, + int last_step, int ceiling_value); int stat_mult( int stat_level, int value, int div = 20, int shift = 3 ); int stat_div( int stat_level, int value, int div = 20, int shift = 3 ); int skill_bump( int skill ); -- cgit v1.2.3-54-g00ecf