summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h3
1 files changed, 2 insertions, 1 deletions
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 );