From 74c498a25a9ea3e5d03a41e6cc0e9822e94d5c9c Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 12 Jul 2007 09:33:21 +0000 Subject: Beogh balancing: - Cut Beogh's racial armour bonus. - Reduced weapon damage bonus by 50% at low piety. - Increased smiting food and piety cost. The piety cost may still be too low given how easy it is to gain Beogh piety. Tweaked monster generation, which had become too bland. Reintroduced shoal vault (onia_ninara_012_swampy_vault_shoal) which seems to work now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1844 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/debug.h') diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h index e597b8104a..6e0073eb30 100644 --- a/crawl-ref/source/debug.h +++ b/crawl-ref/source/debug.h @@ -149,6 +149,7 @@ 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 ); +void debug_list_monsters(); void debug_card(); -- cgit v1.2.3-54-g00ecf