summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-21 11:47:59 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-21 11:47:59 +0000
commit101ce9277219b6925dc9e7c70692984c6544c5cd (patch)
treef6995b47d38f62eaf261c332b812acd7e227dee2 /crawl-ref/source/debug.h
parentd04f647d2a64423af89b497c4daab8b452e7bf1c (diff)
downloadcrawl-ref-101ce9277219b6925dc9e7c70692984c6544c5cd.tar.gz
crawl-ref-101ce9277219b6925dc9e7c70692984c6544c5cd.zip
Added wizmode command to simulate monster vs player combat (&^F).
Apply 4.1ish monster to-hit calculations. M_FIGHTER monsters get bonus to-hit. Split melee and beam to-hit calculations again. Melee to-hit is now largely 4.1ish, but uses randomised player evasion. Applied 4.1 unique rebalancing. Higher level uniques now hit harder and have more hp. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1074 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index fbf138d6eb..6f0a136097 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -145,7 +145,7 @@ void stethoscope(int mwh);
void debug_item_scan( void );
void debug_get_religion( void );
void debug_change_species( void );
-void debug_fight_statistics( bool use_init_defaults );
+void debug_fight_statistics( bool use_init_defaults, bool defence = false );
void debug_make_trap( void );
void debug_make_shop( void );
void debug_set_stats( void );