summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-fsim.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-02-04 01:12:56 +0100
committerRaphael Langella <raphael.langella@gmail.com>2013-02-04 01:15:46 +0100
commit00566dfdc7439014ab623570707b801640025eda (patch)
tree3cb9aa40c476bf91f5beabb4d6f866617e3be46d /crawl-ref/source/wiz-fsim.h
parent65cdbc97635b233e3e153e1add61d2d368d1f6d0 (diff)
downloadcrawl-ref-00566dfdc7439014ab623570707b801640025eda.tar.gz
crawl-ref-00566dfdc7439014ab623570707b801640025eda.zip
Add average attack speed to fsim reports.
Diffstat (limited to 'crawl-ref/source/wiz-fsim.h')
-rw-r--r--crawl-ref/source/wiz-fsim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-fsim.h b/crawl-ref/source/wiz-fsim.h
index f82d53eda7..1b52b82cde 100644
--- a/crawl-ref/source/wiz-fsim.h
+++ b/crawl-ref/source/wiz-fsim.h
@@ -12,6 +12,7 @@ int max_dam;
int accuracy;
double av_dam;
int av_time;
+double av_speed;
double av_eff_dam;
};